Skip to content

Commit

Permalink
chore: expand WAF hit list
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed Nov 12, 2024
1 parent 18bae48 commit 046c295
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sherlock_project/sherlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,9 @@ def sherlock(
# be highly targetted. Comment at the end of each fingerprint to
# indicate target and date fingerprinted.
WAFHitMsgs = [
'.loading-spinner{visibility:hidden}body.no-js .challenge-running{display:none}body.dark{background-color:#222;color:#d9d9d9}body.dark a{color:#fff}body.dark a:hover{color:#ee730a;text-decoration:underline}body.dark .lds-ring div{border-color:#999 transparent transparent}body.dark .font-red{color:#b20f03}body.dark', # 2024-05-13 Cloudflare
'{return l.onPageView}}),Object.defineProperty(r,"perimeterxIdentifiers",{enumerable:' # 2024-04-09 PerimeterX / Human Security
r'.loading-spinner{visibility:hidden}body.no-js .challenge-running{display:none}body.dark{background-color:#222;color:#d9d9d9}body.dark a{color:#fff}body.dark a:hover{color:#ee730a;text-decoration:underline}body.dark .lds-ring div{border-color:#999 transparent transparent}body.dark .font-red{color:#b20f03}body.dark', # 2024-05-13 Cloudflare
r'<span id="challenge-error-text">Enable JavaScript and cookies to continue', # 2024-11-11 Cloudflare error page
r'{return l.onPageView}}),Object.defineProperty(r,"perimeterxIdentifiers",{enumerable:' # 2024-04-09 PerimeterX / Human Security
]

if error_text is not None:
Expand Down

0 comments on commit 046c295

Please sign in to comment.