Skip to main content

Web application fuzzer that automatically detects and fuzzes data in HTTP requests

Project description

asdfuzz

Web application fuzzer that automatically detects and fuzzes the following data in HTTP requests:

  • URL directories
  • URL parameters
  • Cookies
  • Form data
  • JSON data

Example

Example usage

The starting point of fuzzing can be a raw HTTP request or OWASP ZAP message export. Every individual field will be fuzzed in a separate section and the results are shown on screen. The performed requests and received responses are stored by default in a folder called asdfuzz_output/ for later reference. To skip a section while the fuzzer is already running, press [control]+[spacebar].

Individual fields in JSON data will be fuzzed recursively. If base64-urlencoded JSON data is present in parameters or cookies, this data will be fuzzed recursively as well.

Usage

Usage: python -m asdfuzz [OPTIONS]

Options:
  --filename PATH                 File containing a single HTTP request to
                                  fuzz.
  --zap-export PATH               File containing one or multiple HTTP
                                  requests to fuzz in OWASP ZAP message export
                                  format.
  --wordlist-file PATH            File containing the wordlist used for
                                  fuzzing. A default wordlist is used if this
                                  parameter is empty. In the wordlist, use
                                  template <original> to refer dynamically to
                                  the value in the original request.
  --port INTEGER                  Port used for the connection.  [default:
                                  443]
  --https / --no-https            Use HTTPS.  [default: https]
  --filter-hostname-endswith TEXT
                                  Only keep requests ending with this
                                  hostname.
  --delay-seconds FLOAT           Seconds of delay between requests.
                                  [default: 0]
  --directories / --no-directories
                                  Fuzz directories in the URL.  [default:
                                  directories]
  --parameters / --no-parameters  Fuzz values of parameters in the URL.
                                  [default: parameters]
  --cookies / --no-cookies        Fuzz the values of cookies.  [default: no-
                                  cookies]
  --form-data / --no-form-data    Fuzz the values of HTTP form data.
                                  [default: form-data]
  --json-data / --no-json-data    Fuzz the values of JSON data.  [default:
                                  json-data]
  --confirmation / --no-confirmation
                                  Enter the interactive menu.  [default:
                                  confirmation]
  --output-directory PATH         Directory where the fuzzed requests and
                                  responses will be stored.  [default:
                                  asdfuzz_output]
  --debug / --no-debug            Enable debug mode.  [default: no-debug]
  --help                          Show this message and exit.

Installation

Releases are made available on PyPi. The recommended installation method is via pip:

python -m pip install asdfuzz

For a development setup, the requirements are in dev-requirements.txt. Subsequently, this repo can be locally pip-installed. Developer documentation is provided here.

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

asdfuzz-0.0.1.tar.gz (18.4 kB view details)

Uploaded Source

Built Distribution

asdfuzz-0.0.1-py3-none-any.whl (23.5 kB view details)

Uploaded Python 3

File details

Details for the file asdfuzz-0.0.1.tar.gz.

File metadata

  • Download URL: asdfuzz-0.0.1.tar.gz
  • Upload date:
  • Size: 18.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.12

File hashes

Hashes for asdfuzz-0.0.1.tar.gz
Algorithm Hash digest
SHA256 2a618e86cadee5b90d395bc87418261dcc2e1153421006e3099472d74491b626
MD5 8e2f3ef583bbc6a7f60856370fd7dbdd
BLAKE2b-256 f5721cb476f7511c82215d3ba53a87abadd391810b21f2ef79d4c7092f0e6805

See more details on using hashes here.

File details

Details for the file asdfuzz-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: asdfuzz-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 23.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.12

File hashes

Hashes for asdfuzz-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c85f04e3ec9093d66a729ffcb84218e1ddaddf95590a383739eaa30fd83f25e4
MD5 23c1a5ab6208b55fcc3078926eda1301
BLAKE2b-256 3d987bc0d0fbbb9e4a756016ef716250fd1834538f54484b334918ec028e50c7

See more details on using hashes here.

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