Skip to content

Releases: NESCAU-UFLA/FuzzingTool

v3.8.1

14 Mar 15:36
Compare
Choose a tag to compare

Request update

  • Updated the data send to the request, using POST or GET;

v3.8.0

11 Mar 22:47
Compare
Choose a tag to compare

Output changes

  • Now you can see the progress without be on verbose mode;

v3.7.3

02 Mar 16:05
Compare
Choose a tag to compare

Bugfixes

  • Fixed a bug with threads stopping using one thread in localhost;

v3.7.2

28 Feb 19:19
Compare
Choose a tag to compare

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

23 Feb 20:34
Compare
Choose a tag to compare

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

22 Feb 18:08
Compare
Choose a tag to compare

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

12 Feb 23:58
Compare
Choose a tag to compare

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

09 Feb 16:50
Compare
Choose a tag to compare

Bugfixes

  • Fixed a problem with sending a payload to the requester;

v3.5.0

01 Feb 15:14
Compare
Choose a tag to compare

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

26 Jan 15:33
Compare
Choose a tag to compare

Ajusted a problem with thread handling