Skip to content

Commit

Permalink
added 4pda back
Browse files Browse the repository at this point in the history
credit for this fix goes to @enodr who found the API enpoint which is
currently being used to check for the usernames
  • Loading branch information
repl.it user committed Sep 2, 2020
1 parent 95787c8 commit ddecc14
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 22 deletions.
8 changes: 0 additions & 8 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -474,14 +474,6 @@
"urlMain": "http://fr.viadeo.com/en/",
"username_claimed": "franck.patissier",
"username_unclaimed": "noonewouldeverusethis"
},
"4pda": {
"errorMsg": "\u041a \u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e, \u0412\u0430\u0448 \u043f\u043e\u0438\u0441\u043a \u043d\u0435 \u0434\u0430\u043b \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432.",
"errorType": "message",
"url": "https://4pda.ru/forum/index.php?act=search&source=pst&noform=1&username={}",
"urlMain": "https://4pda.ru/",
"username_claimed": "green",
"username_unclaimed": "noonewouldeverusethis7"
}
}

14 changes: 0 additions & 14 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -939,17 +939,3 @@ As of 2020-08-24, Viadeo now returns false positives, which was found when runni
"username_unclaimed": "noonewouldeverusethis"
},
```

## 4pda
As of 2020-09-01, it returns false positves for some users. Could be a IP block.

```
"4pda": {
"errorMsg": "\u041a \u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e, \u0412\u0430\u0448 \u043f\u043e\u0438\u0441\u043a \u043d\u0435 \u0434\u0430\u043b \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432.",
"errorType": "message",
"url": "https://4pda.ru/forum/index.php?act=search&source=pst&noform=1&username={}",
"urlMain": "https://4pda.ru/",
"username_claimed": "green",
"username_unclaimed": "noonewouldeverusethis7"
},
```
9 changes: 9 additions & 0 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2247,5 +2247,14 @@
"urlMain": "https://uid.me/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"4pda": {
"errorMsg": "[1,false,0]",
"errorType": "message",
"url": "https://4pda.ru/forum/index.php?act=search&source=pst&noform=1&username={}",
"urlProbe": " https://4pda.ru/forum/index.php?act=auth&action=chkname&login={}",
"urlMain": "https://4pda.ru/",
"username_claimed": "green",
"username_unclaimed": "noonewouldeverusethis7"
}
}

0 comments on commit ddecc14

Please sign in to comment.