[pull] master from sherlock-project:master#136
Merged
pull[bot] merged 11 commits intolinux-doc:masterfrom May 5, 2026
Merged
Conversation
Fixes #2730. Usernames containing non-ASCII characters (e.g. 'Émile') can trigger a UnicodeDecodeError inside the requests library during redirect handling. This exception is not a subclass of requests.exceptions.RequestException, so it escaped all existing except blocks in get_response() and crashed the program. Added a catch for UnicodeError (parent of both UnicodeDecodeError and UnicodeEncodeError) so these sites are gracefully skipped instead of crashing the entire scan. Added regression tests in tests/test_unicode.py.
Pornhub was added to the remote false_positive_exclusions.txt, causing test_remove_nsfw and test_nsfw_explicit_selection to fail since the site gets filtered out before the test runs. Replaced with Xvideos and Erome which are NSFW-flagged but not excluded.
Made-with: Cursor
Made-with: Cursor
…tories - ArtStation: Add urlProbe using the JSON API endpoint (https://www.artstation.com/users/{}.json) which returns proper 404 for non-existing users, instead of the main page which returns 200 for both existing and non-existing profiles. Closes #2714 - GeeksforGeeks: Switch from status_code to message detection. Both existing and non-existing profiles return HTTP 200, but non-existing profiles have "false" in the page title. Closes #2782 - LushStories: Switch from status_code to response_url detection. Non-existing profiles redirect (302) to /login while existing profiles return 200. Closes #2371
- Carrd: Simple website builder with profiles at {username}.carrd.co.
Uses status_code detection (404 for non-existing profiles).
- SpaceHey: Retro social network inspired by MySpace.
Uses message detection ("Not Found (Error 404) | SpaceHey" title
for non-existing profiles).
- Substack: Newsletter/publishing platform with profiles at
{username}.substack.com. Uses status_code detection (404 for
non-existing publications).
feat: add Carrd, SpaceHey, and Substack as supported sites
…cial-chars fix: handle UnicodeDecodeError on usernames with special characters
fix: resolve false positives for ArtStation, GeeksforGeeks, and LushStories
Fix akniga false negatives
…e-positive Fix Cracked Forum false positives
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )