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

Fix Invalid usernames for number of pages #2340

Merged
merged 2 commits into from
Nov 2, 2024

Conversation

mikebgrep
Copy link
Contributor

With this PR, I add regexCheck value in data.json file that will check for valid username in the web pages related to this issue #2313.
Its minimize the chance to return a result for a invalid username as the rules for username from the pages is considered also

Copy link
Member

@ppfeister ppfeister left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very well done. Thanks for figuring out the patterns for each site
LGTM. Merging into master.

@ppfeister ppfeister linked an issue Nov 2, 2024 that may be closed by this pull request
1 task
@ppfeister ppfeister merged commit 185478c into sherlock-project:master Nov 2, 2024
16 checks passed
ppfeister added a commit that referenced this pull request Nov 2, 2024
This reverts commit 185478c, reversing
changes made to 3804fd9.

Some patterns seem to be incorrect
@ppfeister
Copy link
Member

ppfeister commented Nov 2, 2024

Changes reverted.

Upon further review, some patterns seem to be incorrect, even if the absurdly long usernames are dealt with. For instance, Discord allows periods, HackTheBox allows up to 32 chars, etc. Corrections are welcome if desired.

Should also note that when within length, F+s are still present.

@mikebgrep
Copy link
Contributor Author

It's good to know that these patterns didn't work.Well done for reverting it.
Regards

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

Successfully merging this pull request may close these issues.

Long Fake Username has Many False Positives
2 participants