Web Fuzzing
ffuf
From here https://github.com/ffuf/ffuf
Using only proxychains
before ffuf
doesn't work, but thanks to this concern we found a path to actually use ffuf
with proxychains
.
Install proxy.py library
From here https://pypi.org/project/proxy.py
Serve a proxy server with proxychains:
Run ffuf targeting to proxy:
wfuzz
From here https://github.com/xmendez/wfuzz
Last updated