Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 212 Bytes

ffuf.md

File metadata and controls

12 lines (10 loc) · 212 Bytes

FFUF

Forward traffic from VPS to local Burp

Connect to the VPS

$ ssh -r 8888:localhost:8080 vps

Run FFUF

$ ffuf -u http://example.com/FUZZ -w ./wordlist -replay-proxy http://127.0.0.1:8888