Skip to content

Commit

Permalink
Revert "Merge pull request #2340 from mikebgrep/master"
Browse files Browse the repository at this point in the history
This reverts commit 185478c, reversing
changes made to 3804fd9.

Some patterns seem to be incorrect
  • Loading branch information
ppfeister committed Nov 2, 2024
1 parent 185478c commit e94e00a
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions sherlock_project/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
},
"8tracks": {
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9_-]{3,15}$",
"errorMsg": "\"available\":true",
"headers": {
"Accept-Language": "en-US,en;q=0.5"
Expand Down Expand Up @@ -114,7 +113,6 @@
},
"Amino": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9_]{3,20}$",
"url": "https://aminoapps.com/u/{}",
"urlMain": "https://aminoapps.com",
"username_claimed": "blue"
Expand Down Expand Up @@ -168,7 +166,6 @@
"The resource could not be found"
],
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9]{3,20}$",
"url": "https://archive.org/details/@{}",
"urlMain": "https://archive.org",
"urlProbe": "https://archive.org/details/@{}?noscript=true",
Expand Down Expand Up @@ -274,7 +271,6 @@
},
"Bikemap": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9_-]{3,30}$",
"url": "https://www.bikemap.net/en/u/{}/routes/created/",
"urlMain": "https://www.bikemap.net/",
"username_claimed": "bikemap"
Expand Down Expand Up @@ -658,7 +654,6 @@
},
"Discord": {
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9_]{2,32}$",
"url": "https://discord.com",
"urlMain": "https://discord.com/",
"urlProbe": "https://discord.com/api/v9/unique-username/username-attempt-unauthed",
Expand Down Expand Up @@ -1020,7 +1015,6 @@
},
"HackTheBox": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9_]{3,20}$",
"url": "https://forum.hackthebox.eu/profile/{}",
"urlMain": "https://forum.hackthebox.eu/",
"username_claimed": "angar"
Expand Down Expand Up @@ -1127,7 +1121,6 @@
"HudsonRock": {
"errorMsg": "No results",
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9]{4,20}$",
"url": "https://cavalier.hudsonrock.com/api/json/v2/osint-tools/search-by-username?username={}",
"urlMain": "https://hudsonrock.com",
"username_claimed": "testadmin"
Expand Down Expand Up @@ -1270,7 +1263,6 @@
"__comment__": "Cloudflare. Only viable when proxied.",
"errorMsg": "Not Found",
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9_]{3,15}$",
"url": "https://kick.com/{}",
"urlMain": "https://kick.com/",
"urlProbe": "https://kick.com/api/v2/channels/{}",
Expand Down Expand Up @@ -1329,7 +1321,6 @@
"LibraryThing": {
"errorMsg": "Error: This user doesn't exist",
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9_-]{3,20}$",
"url": "https://www.librarything.com/profile/{}",
"urlMain": "https://www.librarything.com/",
"username_claimed": "blue"
Expand Down Expand Up @@ -1551,7 +1542,6 @@
"NitroType": {
"errorMsg": "<title>Nitro Type | Competitive Typing Game | Race Your Friends</title>",
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9_]{3,15}$",
"url": "https://www.nitrotype.com/racer/{}",
"urlMain": "https://www.nitrotype.com/",
"username_claimed": "jianclash"
Expand Down Expand Up @@ -1706,7 +1696,6 @@
"ProductHunt": {
"errorMsg": "We seem to have lost this page",
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9]{5,30}$",
"url": "https://www.producthunt.com/@{}",
"urlMain": "https://www.producthunt.com/",
"username_claimed": "jenny"
Expand Down Expand Up @@ -1874,7 +1863,6 @@
},
"Shpock": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9]{3,15}$",
"url": "https://www.shpock.com/shop/{}/items",
"urlMain": "https://www.shpock.com/",
"username_claimed": "user"
Expand Down Expand Up @@ -2042,7 +2030,7 @@
"Strava": {
"errorMsg": "Strava | Running, Cycling &amp; Hiking App - Train, Track &amp; Share",
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9_-]{3,20}$",
"regexCheck": "^[^.]*?$",
"url": "https://www.strava.com/athletes/{}",
"urlMain": "https://www.strava.com/",
"username_claimed": "blue"
Expand Down Expand Up @@ -2192,7 +2180,6 @@
},
"Twitch": {
"errorType": "status_code",
"regexCheck": "^[a-z0-9_]{4,25}$",
"url": "https://www.twitch.tv/{}",
"urlMain": "https://www.twitch.tv/",
"urlProbe": "https://m.twitch.tv/{}",
Expand Down Expand Up @@ -2275,7 +2262,6 @@
"Vero": {
"errorType": "status_code",
"request_method": "GET",
"regexCheck": "^[a-zA-Z0-9_]{3,15}$",
"url": "https://vero.co/{}",
"urlMain": "https://vero.co/",
"username_claimed": "blue"
Expand Down

0 comments on commit e94e00a

Please sign in to comment.