Skip to content

Commit b69c8ef

Browse files
authored
Merge pull request #2710 from Aaditya-Chunekar/add-sites
hacktoberfest: Added sites support
2 parents 0a68ab7 + 2724711 commit b69c8ef

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

sherlock_project/resources/data.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@
149149
"urlProbe": "https://archive.org/details/@{}?noscript=true",
150150
"username_claimed": "blue"
151151
},
152+
"Arduino Forum": {
153+
"errorType": "status_code",
154+
"url": "https://forum.arduino.cc/u/{}/summary",
155+
"urlMain": "https://forum.arduino.cc/",
156+
"username_claimed": "system"
157+
},
152158
"ArtStation": {
153159
"errorType": "status_code",
154160
"url": "https://www.artstation.com/{}",
@@ -1123,6 +1129,12 @@
11231129
"urlMain": "https://hackerrank.com/",
11241130
"username_claimed": "satznova"
11251131
},
1132+
"HackerSploit": {
1133+
"errorType": "status_code",
1134+
"url": "https://forum.hackersploit.org/u/{}",
1135+
"urlMain": "https://forum.hackersploit.org/",
1136+
"username_claimed": "hackersploit"
1137+
},
11261138
"HackMD": {
11271139
"errorType": "status_code",
11281140
"url": "https://hackmd.io/@{}",
@@ -2354,6 +2366,12 @@
23542366
"urlProbe": "https://ch.tetr.io/api/users/{}",
23552367
"username_claimed": "osk"
23562368
},
2369+
"TheMovieDB": {
2370+
"errorType": "status_code",
2371+
"url": "https://www.themoviedb.org/u/{}",
2372+
"urlMain": "https://www.themoviedb.org/",
2373+
"username_claimed": "blue"
2374+
},
23572375
"TikTok": {
23582376
"url": "https://www.tiktok.com/@{}",
23592377
"urlMain": "https://www.tiktok.com",
@@ -3039,6 +3057,12 @@
30393057
"urlMain": "https://www.nairaland.com/",
30403058
"username_claimed": "red"
30413059
},
3060+
"n8n Community": {
3061+
"errorType": "status_code",
3062+
"url": "https://community.n8n.io/u/{}/summary",
3063+
"urlMain": "https://community.n8n.io/",
3064+
"username_claimed": "n8n"
3065+
},
30423066
"nnRU": {
30433067
"errorType": "status_code",
30443068
"regexCheck": "^[\\w@-]+?$",

0 commit comments

Comments
 (0)