RoboWFuzz - Generic Robot Framework Library for the WFuzz Fuzzing Framework. Currently, only a Directory Bruter
Project description
## RoboWFuzz
Robot Framework Integration for the generic python fuzzing library `wfuzz`
Currently, there's only a single functionality implemented, which is Directory Bruteforcing
`brute directories | url | concur=2 | file_name=exportfile.json | follow=False`
- `url`: mandatory param
- `concur`: concurrency, the number of parallel processes that need to be run. optional param
- `file_name`: export file name, default writes to the same directory that you install. Optional Param
- `follow`: Follow 301 redirects or not, defaults to False. Optional Param
```
*** Settings ***
Library RoboWFuzz lists/directory-list-1.0.txt
*** Test Cases ***
Directory Bruter
[Timeout] 15 minutes
brute_directories http://testphp.vulnweb.com/FUZZ concur=6 follow=True
```
Robot Framework Integration for the generic python fuzzing library `wfuzz`
Currently, there's only a single functionality implemented, which is Directory Bruteforcing
`brute directories | url | concur=2 | file_name=exportfile.json | follow=False`
- `url`: mandatory param
- `concur`: concurrency, the number of parallel processes that need to be run. optional param
- `file_name`: export file name, default writes to the same directory that you install. Optional Param
- `follow`: Follow 301 redirects or not, defaults to False. Optional Param
```
*** Settings ***
Library RoboWFuzz lists/directory-list-1.0.txt
*** Test Cases ***
Directory Bruter
[Timeout] 15 minutes
brute_directories http://testphp.vulnweb.com/FUZZ concur=6 follow=True
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
RoboWFuzz-1.1.tar.gz
(1.7 kB
view details)
File details
Details for the file RoboWFuzz-1.1.tar.gz
.
File metadata
- Download URL: RoboWFuzz-1.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57c4deb9176b4e80898ca29043cc53dfa8e9c5352d4b814a989496e64ff114dc |
|
MD5 | c22d398fb3002f777a6b35658f7f0a39 |
|
BLAKE2b-256 | 5de79769623a209299f03af15e7c4d48291d02416f09b9013c86e78f432ba00d |