Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort #5

Open
FIXERMAN opened this issue May 11, 2021 · 2 comments
Open

Sort #5

FIXERMAN opened this issue May 11, 2021 · 2 comments

Comments

@FIXERMAN
Copy link

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

@FIXERMAN
Copy link
Author

FIXERMAN commented May 11, 2021

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)

@Ennaquetmb
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants