pidrila icon indicating copy to clipboard operation
pidrila copied to clipboard

Sort

Open FIXERMAN opened this issue 3 years ago • 2 comments

Добрый день, как можно сделать так, чтобы логировать только ответы 200 например или хотя бы как в wfuzz (указывать какие ответы логировать) спасибо заранее.

FIXERMAN avatar May 11 '21 19:05 FIXERMAN

Good afternoon, how can I make it so that only 200 responses can be logged, for example, or at least like in wfuzz (indicate which responses to log), thanks in advance.

example in wfuzz --hc 302,XXX,0,503,404,403,301,400,500,507,508,307,406,502,410,415,424,303,401,405,429 FUZZ/FUZ2Z

in this way I exclude unnecessary replies from the server

it would also be cool to add brute-force subdomains)

FIXERMAN avatar May 11 '21 19:05 FIXERMAN

Good afternoon, how can I make it so that only 200 responses can be logged, for example, or at least like in wfuzz (indicate which responses to log), thanks in advance.

example in wfuzz --hc 302,XXX,0,503,404,403,301,400,500,507,508,307,406,502,410,415,424,303,401,405,429 FUZZ/FUZ2Z

in this way I exclude unnecessary replies from the server

it would also be cool to add brute-force subdomains)

python3 pidrila.py -u "target_url" | grep 200 > output.txt

Ennaquetmb avatar Jun 10 '21 12:06 Ennaquetmb