Releases: NESCAU-UFLA/FuzzingTool
Releases · NESCAU-UFLA/FuzzingTool
v3.8.1
Request update
- Updated the data send to the request, using POST or GET;
v3.8.0
Output changes
- Now you can see the progress without be on verbose mode;
v3.7.3
Bugfixes
- Fixed a bug with threads stopping using one thread in localhost;
v3.7.2
Ajusted comparator
- Option to insert custom data comparator;
Bugfixes
- Ajusted request timeout to 10 seconds as default for URL Fuzzing, instead of None;
v3.7.1
Input changes
- Now you can search an input file from anywhere in your pc;
Bugfixes
- Fixed a bug with the setup.py;
v3.7.0
New features
- Option to insert an custom scheme with the raw http request;
- Option to define the payload case (uppercase, lowercase or capitalize);
Directory changes
- Removed input folder (now you can read the input files from anywere starting by your home directory);
Code refatored
- Code refatored for better encapsulation;
Project on Pypi
- Now you can install this software by
pip install FuzzingTool
v3.6.0
New features
- Added option to insert multiple suffixes and prefixes;
- Added option to define the request timeout;
- Added option to define the report type and name (accepted formats: txt, csv and json);
- Added option to define the allowed status codes to be saved on report;
- Now the quantity of words and lines of a response are saved on the report too;
Directory changes
- Moved the input/output folders to the
src
directory;
Optimization
- Optimized the outputHandler print mode. Accept a response dict to print, instead a list of args;
Bugfixes
- Fixed a problem with thread stopping;
v3.5.1
Bugfixes
- Fixed a problem with sending a payload to the requester;
v3.5.0
New features
- Added option to insert prefix and suffix on the payload;
- Added option to make a subdomain fuzzing;
Code refatored
- Separate the vulnerabilities verifications to a class
VulnValidator
;
Output changes
- Added an worked and not worked labels to be used with subdomain fuzzing mode;
To Do
- Increment the number of prefixes and suffixes seted (default only one for each);
- Option to save the output in other formats (like csv);
- Option to select allowed status code on response;
v3.4.1
Ajusted a problem with thread handling