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

403 and 404 Errors Still Persist When Querying Usernames #2308

Open
1 task done
CoffeeGeeker opened this issue Sep 30, 2024 · 7 comments
Open
1 task done

403 and 404 Errors Still Persist When Querying Usernames #2308

CoffeeGeeker opened this issue Sep 30, 2024 · 7 comments
Assignees
Labels
bug Something isn't working false positive A site is responding with false positives

Comments

@CoffeeGeeker
Copy link

Installation method

PyPI (via pip)

Description

When I query a username, 403 and 404 errors are still being reported

Steps to reproduce

demo
"When I query a username, 403 and 404 errors are still being reported."
And usernames that should have information, such as 'X', are not being found in the query results.

Additional information

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@CoffeeGeeker CoffeeGeeker added the bug Something isn't working label Sep 30, 2024
@n00nchi
Copy link

n00nchi commented Oct 2, 2024

Can I pick this up?

@SakshamTolani
Copy link

SakshamTolani commented Oct 2, 2024

I cannot understand the "Steps to Reproduce" as the sherlock.py file gives a list of links containing the provided username and not this table. Could you please elaborate? @CoffeeGeeker

@CoffeeGeeker
Copy link
Author

I cannot understand the "reproduction steps," because the sherlock.py file provides a list of links containing the given username, rather than this table. Could you elaborate on that? @CoffeeGeeker

You can obtain it using sherlock --csv

@vehbiu

This comment was marked as off-topic.

@alokranjan609

This comment was marked as off-topic.

@vehbiu

This comment was marked as off-topic.

@ppfeister
Copy link
Member

To refocus the conversation:

The issue isn't "why am I seeing 404s" it's "why are 404s being returned as hits when they should be ignored"

Most targets use status codes to indicate positive/negative. Sometimes, however, this isn't doable for one reason or another. In these cases, redirect urls or error messages are sought instead. The problem with error messages is that they change over time, fail when different languages aren't added, or are more easily messed with by rate limiting/blocking.

There are several ways to fix this at scale and many ways to fix it on an individual target level, which should be evaluated. But that's the gist of it all.

@ppfeister ppfeister added the false positive A site is responding with false positives label Nov 1, 2024
@ppfeister ppfeister self-assigned this Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working false positive A site is responding with false positives
Projects
None yet
Development

No branches or pull requests

6 participants