Skip to content

Commit 185478c

Browse files
authored
Merge pull request #2340 from mikebgrep/master
Fix Invalid usernames for number of pages
2 parents 3804fd9 + 98d8120 commit 185478c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

sherlock_project/resources/data.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
},
3333
"8tracks": {
3434
"errorType": "message",
35+
"regexCheck": "^[a-zA-Z0-9_-]{3,15}$",
3536
"errorMsg": "\"available\":true",
3637
"headers": {
3738
"Accept-Language": "en-US,en;q=0.5"
@@ -113,6 +114,7 @@
113114
},
114115
"Amino": {
115116
"errorType": "status_code",
117+
"regexCheck": "^[a-zA-Z0-9_]{3,20}$",
116118
"url": "https://aminoapps.com/u/{}",
117119
"urlMain": "https://aminoapps.com",
118120
"username_claimed": "blue"
@@ -166,6 +168,7 @@
166168
"The resource could not be found"
167169
],
168170
"errorType": "message",
171+
"regexCheck": "^[a-zA-Z0-9]{3,20}$",
169172
"url": "https://archive.org/details/@{}",
170173
"urlMain": "https://archive.org",
171174
"urlProbe": "https://archive.org/details/@{}?noscript=true",
@@ -271,6 +274,7 @@
271274
},
272275
"Bikemap": {
273276
"errorType": "status_code",
277+
"regexCheck": "^[a-zA-Z0-9_-]{3,30}$",
274278
"url": "https://www.bikemap.net/en/u/{}/routes/created/",
275279
"urlMain": "https://www.bikemap.net/",
276280
"username_claimed": "bikemap"
@@ -654,6 +658,7 @@
654658
},
655659
"Discord": {
656660
"errorType": "message",
661+
"regexCheck": "^[a-zA-Z0-9_]{2,32}$",
657662
"url": "https://discord.com",
658663
"urlMain": "https://discord.com/",
659664
"urlProbe": "https://discord.com/api/v9/unique-username/username-attempt-unauthed",
@@ -1015,6 +1020,7 @@
10151020
},
10161021
"HackTheBox": {
10171022
"errorType": "status_code",
1023+
"regexCheck": "^[a-zA-Z0-9_]{3,20}$",
10181024
"url": "https://forum.hackthebox.eu/profile/{}",
10191025
"urlMain": "https://forum.hackthebox.eu/",
10201026
"username_claimed": "angar"
@@ -1121,6 +1127,7 @@
11211127
"HudsonRock": {
11221128
"errorMsg": "No results",
11231129
"errorType": "message",
1130+
"regexCheck": "^[a-zA-Z0-9]{4,20}$",
11241131
"url": "https://cavalier.hudsonrock.com/api/json/v2/osint-tools/search-by-username?username={}",
11251132
"urlMain": "https://hudsonrock.com",
11261133
"username_claimed": "testadmin"
@@ -1263,6 +1270,7 @@
12631270
"__comment__": "Cloudflare. Only viable when proxied.",
12641271
"errorMsg": "Not Found",
12651272
"errorType": "message",
1273+
"regexCheck": "^[a-zA-Z0-9_]{3,15}$",
12661274
"url": "https://kick.com/{}",
12671275
"urlMain": "https://kick.com/",
12681276
"urlProbe": "https://kick.com/api/v2/channels/{}",
@@ -1321,6 +1329,7 @@
13211329
"LibraryThing": {
13221330
"errorMsg": "Error: This user doesn't exist",
13231331
"errorType": "message",
1332+
"regexCheck": "^[a-zA-Z0-9_-]{3,20}$",
13241333
"url": "https://www.librarything.com/profile/{}",
13251334
"urlMain": "https://www.librarything.com/",
13261335
"username_claimed": "blue"
@@ -1542,6 +1551,7 @@
15421551
"NitroType": {
15431552
"errorMsg": "<title>Nitro Type | Competitive Typing Game | Race Your Friends</title>",
15441553
"errorType": "message",
1554+
"regexCheck": "^[a-zA-Z0-9_]{3,15}$",
15451555
"url": "https://www.nitrotype.com/racer/{}",
15461556
"urlMain": "https://www.nitrotype.com/",
15471557
"username_claimed": "jianclash"
@@ -1696,6 +1706,7 @@
16961706
"ProductHunt": {
16971707
"errorMsg": "We seem to have lost this page",
16981708
"errorType": "message",
1709+
"regexCheck": "^[a-zA-Z0-9]{5,30}$",
16991710
"url": "https://www.producthunt.com/@{}",
17001711
"urlMain": "https://www.producthunt.com/",
17011712
"username_claimed": "jenny"
@@ -1863,6 +1874,7 @@
18631874
},
18641875
"Shpock": {
18651876
"errorType": "status_code",
1877+
"regexCheck": "^[a-zA-Z0-9]{3,15}$",
18661878
"url": "https://www.shpock.com/shop/{}/items",
18671879
"urlMain": "https://www.shpock.com/",
18681880
"username_claimed": "user"
@@ -2030,7 +2042,7 @@
20302042
"Strava": {
20312043
"errorMsg": "Strava | Running, Cycling &amp; Hiking App - Train, Track &amp; Share",
20322044
"errorType": "message",
2033-
"regexCheck": "^[^.]*?$",
2045+
"regexCheck": "^[a-zA-Z0-9_-]{3,20}$",
20342046
"url": "https://www.strava.com/athletes/{}",
20352047
"urlMain": "https://www.strava.com/",
20362048
"username_claimed": "blue"
@@ -2180,6 +2192,7 @@
21802192
},
21812193
"Twitch": {
21822194
"errorType": "status_code",
2195+
"regexCheck": "^[a-z0-9_]{4,25}$",
21832196
"url": "https://www.twitch.tv/{}",
21842197
"urlMain": "https://www.twitch.tv/",
21852198
"urlProbe": "https://m.twitch.tv/{}",
@@ -2262,6 +2275,7 @@
22622275
"Vero": {
22632276
"errorType": "status_code",
22642277
"request_method": "GET",
2278+
"regexCheck": "^[a-zA-Z0-9_]{3,15}$",
22652279
"url": "https://vero.co/{}",
22662280
"urlMain": "https://vero.co/",
22672281
"username_claimed": "blue"

0 commit comments

Comments
 (0)