Skip to content

qran253/userefuzz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UseReFuzz

User-Agent , X-Forwarded-For and Referer SQLI Fuzzer made with python
Works on linux, Windows and MacOS based systems

Twitter URL

Installation


  • pip
sudo pip3 install userefuzz
  • setup
git clone https://github.com/root_tanishq/userefuzz
cd userefuzz
python3 setup.py install
  • kunto
kunto install userefuzz

Usage


  • Parsing A List of URLS
userefuzz -l <URL LIST>

list

  • Setup proxy for vulnerable requests
userefuzz -l <URL LIST> -p 'http://127.1:8080'

proxy

burp_proxy

  • Custom Message

Custom messages can be send with header for ease of sorting requerts in burpsuite

userefuzz -l <URL LIST> -p 'http://127.1:8080' -m '<Custom Message Here>'

message

burp_message

  • Custom Payload Injection
userefuzz -l <URL LIST> -i '<CUSTOM SQLI PAYLOAD>' -s <SLEEP ACCORDING TO PAYLOAD>

inject

About

User-Agent , X-Forwarded-For and Referer SQLI Fuzzer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%