removed BinarySearch.io

pull/1681/head
Siddharth Dushantha 1 year ago
parent 6b7b11b099
commit 7818ef567a

@ -712,5 +712,14 @@
"urlMain": "https://www.facebook.com/",
"urlProbe": "https://www.facebook.com/{}/videos/",
"username_claimed": "hackerman"
},
"BinarySearch": {
"errorMsg": "{}",
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9-_]{1,15}$",
"url": "https://binarysearch.io/@/{}",
"urlMain": "https://binarysearch.io/",
"urlProbe": "https://binarysearch.io/api/users/{}/profile",
"username_claimed": "Eyes_Wide_Shut"
}
}

@ -1608,4 +1608,18 @@ As of 04.02.2023, Facebook returns false positives because we get prompted with
"username_claimed": "hackerman",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## BinarySearch
As of 08.02.2023, BinarySearch seems to not be responding at all
```json
"BinarySearch": {
"errorMsg": "{}",
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9-_]{1,15}$",
"url": "https://binarysearch.io/@/{}",
"urlMain": "https://binarysearch.io/",
"urlProbe": "https://binarysearch.io/api/users/{}/profile",
"username_claimed": "Eyes_Wide_Shut"
},
```

@ -209,15 +209,6 @@
"urlMain": "https://www.bikemap.net/",
"username_claimed": "bikemap"
},
"BinarySearch": {
"errorMsg": "{}",
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9-_]{1,15}$",
"url": "https://binarysearch.io/@/{}",
"urlMain": "https://binarysearch.io/",
"urlProbe": "https://binarysearch.io/api/users/{}/profile",
"username_claimed": "Eyes_Wide_Shut"
},
"BioHacking": {
"errorType": "status_code",
"url": "https://forum.dangerousthings.com/u/{}",

Loading…
Cancel
Save