Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-25 00:14:24 +00:00
parent 40892cc890
commit d1f45d718c
8 changed files with 68 additions and 17 deletions

View File

@@ -25,6 +25,6 @@ source: https://github.com/tldr-pages/tldr.git
`ffuf -w {{path/to/wordlist.txt}} -u {{http://target.com}} -H "{{Host: FUZZ}}" -mc {{200}}`
- Fuzz with specified HTTP method and payloa[d], while [f]iltering out comma separated status [c]odes:
- Fuzz with specified HTTP method and [d]ata, while [f]iltering out comma separated status [c]odes:
`ffuf -w {{path/to/postdata.txt}} -X {{POST}} -d "{{username=admin\&password=FUZZ}}" -u {{http://target/login.php}} -fc {{401,403}}`