Skip to main content

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

```

Project details


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page