Skip to main content

Customizable TCP fuzzing tool to test for remote buffer overflows.

Project description

fuzza

PyPI PyPI - Status PyPI - Python Version PyPI - Format PyPI - Implementation PyPI - License

Customizable TCP fuzzing tool to test for remote buffer overflows.

Installation

pip install fuzza

Usage

$ fuzza --help

usage: fuzza [-c char] [-p str] [-s str] [-i int] [-r int] [-d float] host port
             [-h] [-v] 

Customizable TCP fuzzing tool to test for remote buffer overflows.

positional arguments:
  host                       address to connect to.
  port                       port to connect to.

optional arguments:
  -h, --help                 show this help message and exit
  -v, --version              Show version information,
  -c char, --char char       Buffer character to send as payload. Default: "A"
  -p str, --prefix str       Prefix string to prepend to buffer. Empty by default.
  -s str, --suffix str       Suffix string to append to buffer. Empty by default.
  -i int, --init-multi int   Initial multiplier to concat buffer string with
                             x*char. Default: 100
  -r int, --round-multi int  Round multiplier to concat buffer string with x*char
                             every round. Default: 100
  -d float, --delay float    Delay in seconds between each round. Default: 1.0

License

MIT License

Copyright (c) 2020 cytopia

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

fuzza-0.1.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

fuzza-0.1.0-py2.py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 2 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