MCPcopy Index your code
hub / github.com/NESCAU-UFLA/FuzzingTool

github.com/NESCAU-UFLA/FuzzingTool @v3.14.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v3.14.0 ↗ · + Follow
827 symbols 3,167 edges 139 files 321 documented · 39%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

FuzzingTool is a web penetration testing tool, that handles with fuzzing. After the test is completed, all possible vulnerable entries (and the response data) are saved on a report file.

Disclaimer

We're not responsible for the misuse of this tool. This project was created for educational purposes and should not be used in environments without legal authorization.

Screenshot

screenshot

Getting Started

Before we start the penetration testings, take a look at the installing and prerequisites.

Installing from Pypi

FuzzingTool is now on Pypi! You can install with:

$ pip install FuzzingTool

Installing from source

If you want to install it manually, download the last release or clone this repository, and also follow the next prerequisites.

Prerequisites

  • Go to the project source folder, and run: $ pip install -r requirements.txt

User's Manual

Reach out the user's manual (command list and usage examples) on our wiki page.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

Contributing

If you want to contribute to FuzzingTool project, please read CONTRIBUTING.md.

License

This project is licensed under the MIT License - see the LICENSE for details.

Core symbols most depended-on inside this repo

info_box
called by 18
src/fuzzingtool/interfaces/cli/cli_output.py
split_str_to_list
called by 16
src/fuzzingtool/utils/utils.py
request
called by 15
src/fuzzingtool/conn/requesters/requester.py
get_parsed_url
called by 12
src/fuzzingtool/utils/http_utils.py
match
called by 11
src/fuzzingtool/core/matcher.py
update
called by 10
src/fuzzingtool/core/job_manager.py
get_pure_url
called by 9
src/fuzzingtool/utils/http_utils.py
get
called by 9
src/fuzzingtool/core/bases/base_wordlist.py

Shape

Method 614
Class 114
Route 57
Function 42

Languages

Python100%

Modules by API surface

tests/utils/test_utils.py39 symbols
tests/test_fuzz_lib.py39 symbols
src/fuzzingtool/interfaces/cli/cli_output.py38 symbols
tests/conn/requesters/test_requester.py32 symbols
tests/core/test_matcher.py31 symbols
src/fuzzingtool/fuzz_lib.py31 symbols
src/fuzzingtool/interfaces/cli/cli_controller.py29 symbols
tests/interfaces/cli/test_cli_output.py23 symbols
src/fuzzingtool/conn/requesters/requester.py21 symbols
src/fuzzingtool/core/matcher.py18 symbols
tests/utils/test_argument_utils.py17 symbols
tests/factories/test_plugin_factory.py17 symbols

For agents

$ claude mcp add FuzzingTool \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page