Skip to content

Commit e94e00a

Browse files
committed
Revert "Merge pull request #2340 from mikebgrep/master"
This reverts commit 185478c, reversing changes made to 3804fd9. Some patterns seem to be incorrect
1 parent 185478c commit e94e00a

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

sherlock_project/resources/data.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
},
3333
"8tracks": {
3434
"errorType": "message",
35-
"regexCheck": "^[a-zA-Z0-9_-]{3,15}$",
3635
"errorMsg": "\"available\":true",
3736
"headers": {
3837
"Accept-Language": "en-US,en;q=0.5"
@@ -114,7 +113,6 @@
114113
},
115114
"Amino": {
116115
"errorType": "status_code",
117-
"regexCheck": "^[a-zA-Z0-9_]{3,20}$",
118116
"url": "https://aminoapps.com/u/{}",
119117
"urlMain": "https://aminoapps.com",
120118
"username_claimed": "blue"
@@ -168,7 +166,6 @@
168166
"The resource could not be found"
169167
],
170168
"errorType": "message",
171-
"regexCheck": "^[a-zA-Z0-9]{3,20}$",
172169
"url": "https://archive.org/details/@{}",
173170
"urlMain": "https://archive.org",
174171
"urlProbe": "https://archive.org/details/@{}?noscript=true",
@@ -274,7 +271,6 @@
274271
},
275272
"Bikemap": {
276273
"errorType": "status_code",
277-
"regexCheck": "^[a-zA-Z0-9_-]{3,30}$",
278274
"url": "https://www.bikemap.net/en/u/{}/routes/created/",
279275
"urlMain": "https://www.bikemap.net/",
280276
"username_claimed": "bikemap"
@@ -658,7 +654,6 @@
658654
},
659655
"Discord": {
660656
"errorType": "message",
661-
"regexCheck": "^[a-zA-Z0-9_]{2,32}$",
662657
"url": "https://discord.com",
663658
"urlMain": "https://discord.com/",
664659
"urlProbe": "https://discord.com/api/v9/unique-username/username-attempt-unauthed",
@@ -1020,7 +1015,6 @@
10201015
},
10211016
"HackTheBox": {
10221017
"errorType": "status_code",
1023-
"regexCheck": "^[a-zA-Z0-9_]{3,20}$",
10241018
"url": "https://forum.hackthebox.eu/profile/{}",
10251019
"urlMain": "https://forum.hackthebox.eu/",
10261020
"username_claimed": "angar"
@@ -1127,7 +1121,6 @@
11271121
"HudsonRock": {
11281122
"errorMsg": "No results",
11291123
"errorType": "message",
1130-
"regexCheck": "^[a-zA-Z0-9]{4,20}$",
11311124
"url": "https://cavalier.hudsonrock.com/api/json/v2/osint-tools/search-by-username?username={}",
11321125
"urlMain": "https://hudsonrock.com",
11331126
"username_claimed": "testadmin"
@@ -1270,7 +1263,6 @@
12701263
"__comment__": "Cloudflare. Only viable when proxied.",
12711264
"errorMsg": "Not Found",
12721265
"errorType": "message",
1273-
"regexCheck": "^[a-zA-Z0-9_]{3,15}$",
12741266
"url": "https://kick.com/{}",
12751267
"urlMain": "https://kick.com/",
12761268
"urlProbe": "https://kick.com/api/v2/channels/{}",
@@ -1329,7 +1321,6 @@
13291321
"LibraryThing": {
13301322
"errorMsg": "Error: This user doesn't exist",
13311323
"errorType": "message",
1332-
"regexCheck": "^[a-zA-Z0-9_-]{3,20}$",
13331324
"url": "https://www.librarything.com/profile/{}",
13341325
"urlMain": "https://www.librarything.com/",
13351326
"username_claimed": "blue"
@@ -1551,7 +1542,6 @@
15511542
"NitroType": {
15521543
"errorMsg": "<title>Nitro Type | Competitive Typing Game | Race Your Friends</title>",
15531544
"errorType": "message",
1554-
"regexCheck": "^[a-zA-Z0-9_]{3,15}$",
15551545
"url": "https://www.nitrotype.com/racer/{}",
15561546
"urlMain": "https://www.nitrotype.com/",
15571547
"username_claimed": "jianclash"
@@ -1706,7 +1696,6 @@
17061696
"ProductHunt": {
17071697
"errorMsg": "We seem to have lost this page",
17081698
"errorType": "message",
1709-
"regexCheck": "^[a-zA-Z0-9]{5,30}$",
17101699
"url": "https://www.producthunt.com/@{}",
17111700
"urlMain": "https://www.producthunt.com/",
17121701
"username_claimed": "jenny"
@@ -1874,7 +1863,6 @@
18741863
},
18751864
"Shpock": {
18761865
"errorType": "status_code",
1877-
"regexCheck": "^[a-zA-Z0-9]{3,15}$",
18781866
"url": "https://www.shpock.com/shop/{}/items",
18791867
"urlMain": "https://www.shpock.com/",
18801868
"username_claimed": "user"
@@ -2042,7 +2030,7 @@
20422030
"Strava": {
20432031
"errorMsg": "Strava | Running, Cycling &amp; Hiking App - Train, Track &amp; Share",
20442032
"errorType": "message",
2045-
"regexCheck": "^[a-zA-Z0-9_-]{3,20}$",
2033+
"regexCheck": "^[^.]*?$",
20462034
"url": "https://www.strava.com/athletes/{}",
20472035
"urlMain": "https://www.strava.com/",
20482036
"username_claimed": "blue"
@@ -2192,7 +2180,6 @@
21922180
},
21932181
"Twitch": {
21942182
"errorType": "status_code",
2195-
"regexCheck": "^[a-z0-9_]{4,25}$",
21962183
"url": "https://www.twitch.tv/{}",
21972184
"urlMain": "https://www.twitch.tv/",
21982185
"urlProbe": "https://m.twitch.tv/{}",
@@ -2275,7 +2262,6 @@
22752262
"Vero": {
22762263
"errorType": "status_code",
22772264
"request_method": "GET",
2278-
"regexCheck": "^[a-zA-Z0-9_]{3,15}$",
22792265
"url": "https://vero.co/{}",
22802266
"urlMain": "https://vero.co/",
22812267
"username_claimed": "blue"

0 commit comments

Comments
 (0)