Update README.md

This commit is contained in:
Joe Totes
2022-08-03 17:00:53 -04:00
committed by GitHub
parent 9b9ef17a38
commit dcc10e9b0b

View File

@@ -341,6 +341,25 @@ dummy, crypt
<br />
## Flyff
<br />
```bash
# About: A tool used to brute force web credentials
# Download: Pre-installed on Kali Linux
# Usage - One variable FUZZ
ffuf -c -request {FILE.req} -request-proto http -w /usr/share/seclists/Passwords/probable-v2-top1575.txt -fr "{FILTER}"
# EXAMPLE {FILE}
username=admin$password=FUZZ
```
<br />
# Payload File Transfer
***