|
32 | 32 | },
|
33 | 33 | "8tracks": {
|
34 | 34 | "errorType": "message",
|
| 35 | + "regexCheck": "^[a-zA-Z0-9_-]{3,15}$", |
35 | 36 | "errorMsg": "\"available\":true",
|
36 | 37 | "headers": {
|
37 | 38 | "Accept-Language": "en-US,en;q=0.5"
|
|
113 | 114 | },
|
114 | 115 | "Amino": {
|
115 | 116 | "errorType": "status_code",
|
| 117 | + "regexCheck": "^[a-zA-Z0-9_]{3,20}$", |
116 | 118 | "url": "https://aminoapps.com/u/{}",
|
117 | 119 | "urlMain": "https://aminoapps.com",
|
118 | 120 | "username_claimed": "blue"
|
|
166 | 168 | "The resource could not be found"
|
167 | 169 | ],
|
168 | 170 | "errorType": "message",
|
| 171 | + "regexCheck": "^[a-zA-Z0-9]{3,20}$", |
169 | 172 | "url": "https://archive.org/details/@{}",
|
170 | 173 | "urlMain": "https://archive.org",
|
171 | 174 | "urlProbe": "https://archive.org/details/@{}?noscript=true",
|
|
271 | 274 | },
|
272 | 275 | "Bikemap": {
|
273 | 276 | "errorType": "status_code",
|
| 277 | + "regexCheck": "^[a-zA-Z0-9_-]{3,30}$", |
274 | 278 | "url": "https://www.bikemap.net/en/u/{}/routes/created/",
|
275 | 279 | "urlMain": "https://www.bikemap.net/",
|
276 | 280 | "username_claimed": "bikemap"
|
|
654 | 658 | },
|
655 | 659 | "Discord": {
|
656 | 660 | "errorType": "message",
|
| 661 | + "regexCheck": "^[a-zA-Z0-9_]{2,32}$", |
657 | 662 | "url": "https://discord.com",
|
658 | 663 | "urlMain": "https://discord.com/",
|
659 | 664 | "urlProbe": "https://discord.com/api/v9/unique-username/username-attempt-unauthed",
|
|
1015 | 1020 | },
|
1016 | 1021 | "HackTheBox": {
|
1017 | 1022 | "errorType": "status_code",
|
| 1023 | + "regexCheck": "^[a-zA-Z0-9_]{3,20}$", |
1018 | 1024 | "url": "https://forum.hackthebox.eu/profile/{}",
|
1019 | 1025 | "urlMain": "https://forum.hackthebox.eu/",
|
1020 | 1026 | "username_claimed": "angar"
|
|
1121 | 1127 | "HudsonRock": {
|
1122 | 1128 | "errorMsg": "No results",
|
1123 | 1129 | "errorType": "message",
|
| 1130 | + "regexCheck": "^[a-zA-Z0-9]{4,20}$", |
1124 | 1131 | "url": "https://cavalier.hudsonrock.com/api/json/v2/osint-tools/search-by-username?username={}",
|
1125 | 1132 | "urlMain": "https://hudsonrock.com",
|
1126 | 1133 | "username_claimed": "testadmin"
|
|
1263 | 1270 | "__comment__": "Cloudflare. Only viable when proxied.",
|
1264 | 1271 | "errorMsg": "Not Found",
|
1265 | 1272 | "errorType": "message",
|
| 1273 | + "regexCheck": "^[a-zA-Z0-9_]{3,15}$", |
1266 | 1274 | "url": "https://kick.com/{}",
|
1267 | 1275 | "urlMain": "https://kick.com/",
|
1268 | 1276 | "urlProbe": "https://kick.com/api/v2/channels/{}",
|
|
1321 | 1329 | "LibraryThing": {
|
1322 | 1330 | "errorMsg": "Error: This user doesn't exist",
|
1323 | 1331 | "errorType": "message",
|
| 1332 | + "regexCheck": "^[a-zA-Z0-9_-]{3,20}$", |
1324 | 1333 | "url": "https://www.librarything.com/profile/{}",
|
1325 | 1334 | "urlMain": "https://www.librarything.com/",
|
1326 | 1335 | "username_claimed": "blue"
|
|
1542 | 1551 | "NitroType": {
|
1543 | 1552 | "errorMsg": "<title>Nitro Type | Competitive Typing Game | Race Your Friends</title>",
|
1544 | 1553 | "errorType": "message",
|
| 1554 | + "regexCheck": "^[a-zA-Z0-9_]{3,15}$", |
1545 | 1555 | "url": "https://www.nitrotype.com/racer/{}",
|
1546 | 1556 | "urlMain": "https://www.nitrotype.com/",
|
1547 | 1557 | "username_claimed": "jianclash"
|
|
1696 | 1706 | "ProductHunt": {
|
1697 | 1707 | "errorMsg": "We seem to have lost this page",
|
1698 | 1708 | "errorType": "message",
|
| 1709 | + "regexCheck": "^[a-zA-Z0-9]{5,30}$", |
1699 | 1710 | "url": "https://www.producthunt.com/@{}",
|
1700 | 1711 | "urlMain": "https://www.producthunt.com/",
|
1701 | 1712 | "username_claimed": "jenny"
|
|
1863 | 1874 | },
|
1864 | 1875 | "Shpock": {
|
1865 | 1876 | "errorType": "status_code",
|
| 1877 | + "regexCheck": "^[a-zA-Z0-9]{3,15}$", |
1866 | 1878 | "url": "https://www.shpock.com/shop/{}/items",
|
1867 | 1879 | "urlMain": "https://www.shpock.com/",
|
1868 | 1880 | "username_claimed": "user"
|
|
2030 | 2042 | "Strava": {
|
2031 | 2043 | "errorMsg": "Strava | Running, Cycling & Hiking App - Train, Track & Share",
|
2032 | 2044 | "errorType": "message",
|
2033 |
| - "regexCheck": "^[^.]*?$", |
| 2045 | + "regexCheck": "^[a-zA-Z0-9_-]{3,20}$", |
2034 | 2046 | "url": "https://www.strava.com/athletes/{}",
|
2035 | 2047 | "urlMain": "https://www.strava.com/",
|
2036 | 2048 | "username_claimed": "blue"
|
|
2180 | 2192 | },
|
2181 | 2193 | "Twitch": {
|
2182 | 2194 | "errorType": "status_code",
|
| 2195 | + "regexCheck": "^[a-z0-9_]{4,25}$", |
2183 | 2196 | "url": "https://www.twitch.tv/{}",
|
2184 | 2197 | "urlMain": "https://www.twitch.tv/",
|
2185 | 2198 | "urlProbe": "https://m.twitch.tv/{}",
|
|
2262 | 2275 | "Vero": {
|
2263 | 2276 | "errorType": "status_code",
|
2264 | 2277 | "request_method": "GET",
|
| 2278 | + "regexCheck": "^[a-zA-Z0-9_]{3,15}$", |
2265 | 2279 | "url": "https://vero.co/{}",
|
2266 | 2280 | "urlMain": "https://vero.co/",
|
2267 | 2281 | "username_claimed": "blue"
|
|
0 commit comments