Skip to content

Commit ae87699

Browse files
committed
fix: fiverr/babyru f+
1 parent 8568ef7 commit ae87699

File tree

2 files changed

+26
-18
lines changed

2 files changed

+26
-18
lines changed

docs/removed-sites.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1933,3 +1933,25 @@ __2025-02-02 :__
19331933
"username_claimed": "jenny"
19341934
}
19351935
```
1936+
1937+
## Fiverr
1938+
__2025-02-02 :__ Fiverr added CSRF protections that messed with this test
1939+
```json
1940+
"Fiverr": {
1941+
"errorMsg": "\"status\":\"success\"",
1942+
"errorType": "message",
1943+
"headers": {
1944+
"Content-Type": "application/json",
1945+
"Accept-Language": "en-US,en;q=0.9"
1946+
},
1947+
"regexCheck": "^[A-Za-z][A-Za-z\\d_]{5,14}$",
1948+
"request_method": "POST",
1949+
"request_payload": {
1950+
"username": "{}"
1951+
},
1952+
"url": "https://www.fiverr.com/{}",
1953+
"urlMain": "https://www.fiverr.com/",
1954+
"urlProbe": "https://www.fiverr.com/validate_username",
1955+
"username_claimed": "blueman"
1956+
}
1957+
```

sherlock_project/resources/data.json

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -754,23 +754,6 @@
754754
"urlMain": "https://www.finanzfrage.net/",
755755
"username_claimed": "finanzfrage"
756756
},
757-
"Fiverr": {
758-
"errorMsg": "\"status\":\"success\"",
759-
"errorType": "message",
760-
"headers": {
761-
"Content-Type": "application/json",
762-
"Accept-Language": "en-US,en;q=0.9"
763-
},
764-
"regexCheck": "^[A-Za-z][A-Za-z\\d_]{5,14}$",
765-
"request_method": "POST",
766-
"request_payload": {
767-
"username": "{}"
768-
},
769-
"url": "https://www.fiverr.com/{}",
770-
"urlMain": "https://www.fiverr.com/",
771-
"urlProbe": "https://www.fiverr.com/validate_username",
772-
"username_claimed": "blueman"
773-
},
774757
"Flickr": {
775758
"errorType": "status_code",
776759
"url": "https://www.flickr.com/people/{}",
@@ -2414,7 +2397,10 @@
24142397
"username_claimed": "blue"
24152398
},
24162399
"babyRU": {
2417-
"errorMsg": "\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430, \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0432\u044b \u0438\u0441\u043a\u0430\u043b\u0438, \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430",
2400+
"errorMsg": [
2401+
"\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430, \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0432\u044b \u0438\u0441\u043a\u0430\u043b\u0438, \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430",
2402+
"Доступ с вашего IP-адреса временно ограничен"
2403+
],
24182404
"errorType": "message",
24192405
"url": "https://www.baby.ru/u/{}/",
24202406
"urlMain": "https://www.baby.ru/",

0 commit comments

Comments
 (0)