Skip to content

Analyzes and fuzzes requests that are stored in Burp Suite's history

Notifications You must be signed in to change notification settings

Humoud/BurpThenFuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BurpThenFuzz

Export the history tab from burp and pass it to this script.

The script will:

  • Take in a scope/target
  • Modify XML doc version, first line from 1.1 to 1.0
  • Run analytics and statistics [TODO]
  • Fuzz GET requests parameters
  • Fuzz POST requests parameters
  • Pass Through a Proxy
  • Analyze Parameters [TODO]
  • Handle other HTTP Methods [TODO]

Usage

BurpThenFuzz.exe <SCOPE/Target IP> <BURP-HISTORY-FILE-PATH.xml> <PROXY-IP> <PROXY-PORT>

BurpThenFuzz.exe 192.168.56.101 burpdata.xml 127.0.0.1 8080

Demo

GIF

About

Analyzes and fuzzes requests that are stored in Burp Suite's history

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages