mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 03:43:02 +00:00
Merge pull request #2340 from mikebgrep/master
Fix Invalid usernames for number of pages
This commit is contained in:
commit
185478cf8e
1 changed files with 15 additions and 1 deletions
|
@ -32,6 +32,7 @@
|
||||||
},
|
},
|
||||||
"8tracks": {
|
"8tracks": {
|
||||||
"errorType": "message",
|
"errorType": "message",
|
||||||
|
"regexCheck": "^[a-zA-Z0-9_-]{3,15}$",
|
||||||
"errorMsg": "\"available\":true",
|
"errorMsg": "\"available\":true",
|
||||||
"headers": {
|
"headers": {
|
||||||
"Accept-Language": "en-US,en;q=0.5"
|
"Accept-Language": "en-US,en;q=0.5"
|
||||||
|
@ -113,6 +114,7 @@
|
||||||
},
|
},
|
||||||
"Amino": {
|
"Amino": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
|
"regexCheck": "^[a-zA-Z0-9_]{3,20}$",
|
||||||
"url": "https://aminoapps.com/u/{}",
|
"url": "https://aminoapps.com/u/{}",
|
||||||
"urlMain": "https://aminoapps.com",
|
"urlMain": "https://aminoapps.com",
|
||||||
"username_claimed": "blue"
|
"username_claimed": "blue"
|
||||||
|
@ -166,6 +168,7 @@
|
||||||
"The resource could not be found"
|
"The resource could not be found"
|
||||||
],
|
],
|
||||||
"errorType": "message",
|
"errorType": "message",
|
||||||
|
"regexCheck": "^[a-zA-Z0-9]{3,20}$",
|
||||||
"url": "https://archive.org/details/@{}",
|
"url": "https://archive.org/details/@{}",
|
||||||
"urlMain": "https://archive.org",
|
"urlMain": "https://archive.org",
|
||||||
"urlProbe": "https://archive.org/details/@{}?noscript=true",
|
"urlProbe": "https://archive.org/details/@{}?noscript=true",
|
||||||
|
@ -271,6 +274,7 @@
|
||||||
},
|
},
|
||||||
"Bikemap": {
|
"Bikemap": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
|
"regexCheck": "^[a-zA-Z0-9_-]{3,30}$",
|
||||||
"url": "https://www.bikemap.net/en/u/{}/routes/created/",
|
"url": "https://www.bikemap.net/en/u/{}/routes/created/",
|
||||||
"urlMain": "https://www.bikemap.net/",
|
"urlMain": "https://www.bikemap.net/",
|
||||||
"username_claimed": "bikemap"
|
"username_claimed": "bikemap"
|
||||||
|
@ -654,6 +658,7 @@
|
||||||
},
|
},
|
||||||
"Discord": {
|
"Discord": {
|
||||||
"errorType": "message",
|
"errorType": "message",
|
||||||
|
"regexCheck": "^[a-zA-Z0-9_]{2,32}$",
|
||||||
"url": "https://discord.com",
|
"url": "https://discord.com",
|
||||||
"urlMain": "https://discord.com/",
|
"urlMain": "https://discord.com/",
|
||||||
"urlProbe": "https://discord.com/api/v9/unique-username/username-attempt-unauthed",
|
"urlProbe": "https://discord.com/api/v9/unique-username/username-attempt-unauthed",
|
||||||
|
@ -1015,6 +1020,7 @@
|
||||||
},
|
},
|
||||||
"HackTheBox": {
|
"HackTheBox": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
|
"regexCheck": "^[a-zA-Z0-9_]{3,20}$",
|
||||||
"url": "https://forum.hackthebox.eu/profile/{}",
|
"url": "https://forum.hackthebox.eu/profile/{}",
|
||||||
"urlMain": "https://forum.hackthebox.eu/",
|
"urlMain": "https://forum.hackthebox.eu/",
|
||||||
"username_claimed": "angar"
|
"username_claimed": "angar"
|
||||||
|
@ -1121,6 +1127,7 @@
|
||||||
"HudsonRock": {
|
"HudsonRock": {
|
||||||
"errorMsg": "No results",
|
"errorMsg": "No results",
|
||||||
"errorType": "message",
|
"errorType": "message",
|
||||||
|
"regexCheck": "^[a-zA-Z0-9]{4,20}$",
|
||||||
"url": "https://cavalier.hudsonrock.com/api/json/v2/osint-tools/search-by-username?username={}",
|
"url": "https://cavalier.hudsonrock.com/api/json/v2/osint-tools/search-by-username?username={}",
|
||||||
"urlMain": "https://hudsonrock.com",
|
"urlMain": "https://hudsonrock.com",
|
||||||
"username_claimed": "testadmin"
|
"username_claimed": "testadmin"
|
||||||
|
@ -1263,6 +1270,7 @@
|
||||||
"__comment__": "Cloudflare. Only viable when proxied.",
|
"__comment__": "Cloudflare. Only viable when proxied.",
|
||||||
"errorMsg": "Not Found",
|
"errorMsg": "Not Found",
|
||||||
"errorType": "message",
|
"errorType": "message",
|
||||||
|
"regexCheck": "^[a-zA-Z0-9_]{3,15}$",
|
||||||
"url": "https://kick.com/{}",
|
"url": "https://kick.com/{}",
|
||||||
"urlMain": "https://kick.com/",
|
"urlMain": "https://kick.com/",
|
||||||
"urlProbe": "https://kick.com/api/v2/channels/{}",
|
"urlProbe": "https://kick.com/api/v2/channels/{}",
|
||||||
|
@ -1321,6 +1329,7 @@
|
||||||
"LibraryThing": {
|
"LibraryThing": {
|
||||||
"errorMsg": "Error: This user doesn't exist",
|
"errorMsg": "Error: This user doesn't exist",
|
||||||
"errorType": "message",
|
"errorType": "message",
|
||||||
|
"regexCheck": "^[a-zA-Z0-9_-]{3,20}$",
|
||||||
"url": "https://www.librarything.com/profile/{}",
|
"url": "https://www.librarything.com/profile/{}",
|
||||||
"urlMain": "https://www.librarything.com/",
|
"urlMain": "https://www.librarything.com/",
|
||||||
"username_claimed": "blue"
|
"username_claimed": "blue"
|
||||||
|
@ -1542,6 +1551,7 @@
|
||||||
"NitroType": {
|
"NitroType": {
|
||||||
"errorMsg": "<title>Nitro Type | Competitive Typing Game | Race Your Friends</title>",
|
"errorMsg": "<title>Nitro Type | Competitive Typing Game | Race Your Friends</title>",
|
||||||
"errorType": "message",
|
"errorType": "message",
|
||||||
|
"regexCheck": "^[a-zA-Z0-9_]{3,15}$",
|
||||||
"url": "https://www.nitrotype.com/racer/{}",
|
"url": "https://www.nitrotype.com/racer/{}",
|
||||||
"urlMain": "https://www.nitrotype.com/",
|
"urlMain": "https://www.nitrotype.com/",
|
||||||
"username_claimed": "jianclash"
|
"username_claimed": "jianclash"
|
||||||
|
@ -1696,6 +1706,7 @@
|
||||||
"ProductHunt": {
|
"ProductHunt": {
|
||||||
"errorMsg": "We seem to have lost this page",
|
"errorMsg": "We seem to have lost this page",
|
||||||
"errorType": "message",
|
"errorType": "message",
|
||||||
|
"regexCheck": "^[a-zA-Z0-9]{5,30}$",
|
||||||
"url": "https://www.producthunt.com/@{}",
|
"url": "https://www.producthunt.com/@{}",
|
||||||
"urlMain": "https://www.producthunt.com/",
|
"urlMain": "https://www.producthunt.com/",
|
||||||
"username_claimed": "jenny"
|
"username_claimed": "jenny"
|
||||||
|
@ -1863,6 +1874,7 @@
|
||||||
},
|
},
|
||||||
"Shpock": {
|
"Shpock": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
|
"regexCheck": "^[a-zA-Z0-9]{3,15}$",
|
||||||
"url": "https://www.shpock.com/shop/{}/items",
|
"url": "https://www.shpock.com/shop/{}/items",
|
||||||
"urlMain": "https://www.shpock.com/",
|
"urlMain": "https://www.shpock.com/",
|
||||||
"username_claimed": "user"
|
"username_claimed": "user"
|
||||||
|
@ -2030,7 +2042,7 @@
|
||||||
"Strava": {
|
"Strava": {
|
||||||
"errorMsg": "Strava | Running, Cycling & Hiking App - Train, Track & Share",
|
"errorMsg": "Strava | Running, Cycling & Hiking App - Train, Track & Share",
|
||||||
"errorType": "message",
|
"errorType": "message",
|
||||||
"regexCheck": "^[^.]*?$",
|
"regexCheck": "^[a-zA-Z0-9_-]{3,20}$",
|
||||||
"url": "https://www.strava.com/athletes/{}",
|
"url": "https://www.strava.com/athletes/{}",
|
||||||
"urlMain": "https://www.strava.com/",
|
"urlMain": "https://www.strava.com/",
|
||||||
"username_claimed": "blue"
|
"username_claimed": "blue"
|
||||||
|
@ -2180,6 +2192,7 @@
|
||||||
},
|
},
|
||||||
"Twitch": {
|
"Twitch": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
|
"regexCheck": "^[a-z0-9_]{4,25}$",
|
||||||
"url": "https://www.twitch.tv/{}",
|
"url": "https://www.twitch.tv/{}",
|
||||||
"urlMain": "https://www.twitch.tv/",
|
"urlMain": "https://www.twitch.tv/",
|
||||||
"urlProbe": "https://m.twitch.tv/{}",
|
"urlProbe": "https://m.twitch.tv/{}",
|
||||||
|
@ -2262,6 +2275,7 @@
|
||||||
"Vero": {
|
"Vero": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
"request_method": "GET",
|
"request_method": "GET",
|
||||||
|
"regexCheck": "^[a-zA-Z0-9_]{3,15}$",
|
||||||
"url": "https://vero.co/{}",
|
"url": "https://vero.co/{}",
|
||||||
"urlMain": "https://vero.co/",
|
"urlMain": "https://vero.co/",
|
||||||
"username_claimed": "blue"
|
"username_claimed": "blue"
|
||||||
|
|
Loading…
Reference in a new issue