Skip to main content

support for fuff in python

Project description

A simple wrapper for fuff fuzzer in python

Install!

pip install pyfuf

or

git clone git@github.com:0xleft/pyfuf.git
cd pyfuf
pip install .

Usage

There is a good example in (example.py)[example.py]

# import
import pyfuf

# command builder
args = pyfuf.FuffCommandBuilder(starting_dir="/FUZZ.php")
args.set_url("http://localhost")
args.set_wordlist("wordlist.txt")

# start fuzzing
pyfuf.fuzz(args, lambda x: print(pyfuf.parse_finding_line(x)))

TODO

  • Add tests
  • Add docs
  • Make codebase cleaner

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

pyfuf-0.0.2.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

pyfuf-0.0.2-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

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