View Issue Details

IDProjectCategoryView StatusLast Update
0008459Kali LinuxNew Tool Requestspublic2023-09-14 11:31
Reporteralpernae Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionwon't fix 
Product Version2023.3 
Summary0008459: GoFuzz is a simple and efficient open-source fuzzing scanner designed to discover directories and files on a target web server o
Description

[Name] - GoFuzz

[Version] - v1.0.0

If it uses source control (such as git), please make sure there is a release to match (e.g. git tag)
[Homepage] - https://github.com/alpernae/gofuzz

[Download] - Where to go to get the tool? either a download page or a link to the latest version

[Author] - Alperen ERGEL

[Licence] - MIT

[Description] -
GoFuzz is a lightweight Python-based fuzzing scanning tool designed to help security professionals and web administrators identify potential vulnerabilities in websites. By systematically testing different directory paths and filenames, GoFuzz assists in the discovery of hidden or unprotected content that could pose security risks. With its simplicity and versatility, GoFuzz is a valuable addition to any web security toolkit, aiding in the enhancement of web application security by pinpointing areas that may require additional protection.

[Dependencies] - What is needed for the tool to work?
requests==2.26.0
termcolor==1.1.0

[Similar tools] - What other tools are out there?

  • ffuf - wfuzz

[Activity] - When did the project start? Is is still actively being deployed?
09/2023

[How to install] - How do you compile it?

Clone this repository to your local machine or download it as a ZIP file.

git clone https://github.com/alpernae/gofuzz.git
Install Python (if not already installed): Python Download Page

Install the required dependencies by running the following command:

pip install -r requirements.txt

Note, using source code to acquire (e.g. git clone/svn checkout) can’t be used - Also downloading from the head. Please use a “tag” or “release” version.

[How to use] - What are some basic commands/functions to demonstrate it?
python gofuzz.py -u <target_url> -w <wordlist_file> -t <timeout> -l <log_name>
[Packaged] - Is the tool already packaged for Debian?
No

Attached Files
gofuzz.zip (18,608 bytes)

Activities

g0tmi1k

g0tmi1k

2023-09-14 11:31

administrator   ~0018472

Thank you for the suggestion.
We already have a few tools that have the same functionality. We are unable to see the additional features that this may bring.
If this tool becomes more mature, we will revisit this again

Issue History

Date Modified Username Field Change
2023-09-08 14:23 alpernae New Issue
2023-09-08 14:23 alpernae File Added: gofuzz.zip
2023-09-14 11:31 g0tmi1k Note Added: 0018472
2023-09-14 11:31 g0tmi1k Status new => closed
2023-09-14 11:31 g0tmi1k Resolution open => won't fix