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

Add Filtering by response size #32

Open
kleozzy opened this issue Feb 14, 2023 · 3 comments
Open

Add Filtering by response size #32

kleozzy opened this issue Feb 14, 2023 · 3 comments

Comments

@kleozzy
Copy link

kleozzy commented Feb 14, 2023

Hey mate,

Sometimes pages redirect to the main site if a path is not found (pretty common nowadays),
with the result being the tool returns a 200 falsely.
Can you add a response size filter for this?

@5h4kun1
Copy link

5h4kun1 commented May 28, 2023

hey , i tried to fix that issue can u check from my repo if it is working i can pull request it

@5h4kun1
Copy link

5h4kun1 commented May 28, 2023

@lewis20188
Copy link

Here's a dirty fix. It ain't pretty but it works.....

image

Then run in verbose mode and grep out the non typical response size e.g.

go run byp4xx.go --all http://83.136.249.185:46446/admin.php | grep -v "752"

image

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

3 participants