mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 00:01:40 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user