WFuzz - Fuzzing Web
Apuntes y comandos de WFuzz - Fuzzing Web para Linux.
do a local port scan using SSRF
# --hl=2 is hide responses that has 2 lines.
wfuzz -c --hl=2 -z range,1-65535 http://10.10.10.55:60000/url.php?path=http://localhost:FUZZ
Apuntes y comandos de WFuzz - Fuzzing Web para Linux.
# --hl=2 is hide responses that has 2 lines.
wfuzz -c --hl=2 -z range,1-65535 http://10.10.10.55:60000/url.php?path=http://localhost:FUZZ