Merge pull request #1681 from sherlock-project/binarysearchio

removed BinarySearch.io
pull/1310/merge
Siddharth Dushantha 2 years ago committed by GitHub
commit 5c1865f263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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