ffuf: add French translation (#12332)

* ffuf: add French translation

---------

Co-authored-by: Nicolas Kosinski <nicokosi@users.noreply.github.com>
This commit is contained in:
Alexandre ZANNI
2024-02-24 16:34:50 +01:00
committed by GitHub
parent 5b425e8b0c
commit 35c44f8367
2 changed files with 26 additions and 1 deletions

View File

@@ -20,6 +20,6 @@
`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}}`