Skip to content
19 changes: 19 additions & 0 deletions sherlock_project/resources/data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"$schema": "data.schema.json",
"1000Kitap": {
"errorType": "status_code",
"url": "https://1000kitap.com/{}",
"urlMain": "https://1000kitap.com/",
"headers": {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36"
},
"username_claimed": "1000Kitap"
},
"1337x": {
"errorMsg": [
"<title>Error something went wrong.</title>",
Expand Down Expand Up @@ -257,6 +266,16 @@
"urlMain": "https://forum.dangerousthings.com/",
"username_claimed": "blue"
},
"Bionluk": {
"errorType": "message",
"errorMsg": "Yetenekli Freelancer Platformu | Bionluk",
"url": "https://bionluk.com/{}",
"urlMain": "https://bionluk.com/",
"headers": {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36"
},
"username_claimed": "bionluk"
},
"BitBucket": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9-_]{1,30}$",
Expand Down
Loading