Merge pull request #1457 from sherlock-project/false-positive

False positive
pull/1459/head
Siddharth Dushantha 2 years ago committed by GitHub
commit 434f186446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -777,5 +777,12 @@
"urlMain": "https://github.community",
"username_claimed": "jperl",
"username_unclaimed": "noonewouldusethis298"
},
"GuruShots": {
"errorType": "status_code",
"url": "https://gurushots.com/{}/photos",
"urlMain": "https://gurushots.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
}

@ -1553,4 +1553,17 @@ As of 06.09.2022, GitHub Support Community's endpoint just redirects to the main
"username_claimed": "jperl",
"username_unclaimed": "noonewouldusethis298"
}
```
## GuruShots
As of 08.09.2022, GuruShots returns false positives because it just returns a blank page. Need to look further into it so that it can be added back.
```
"GuruShots": {
"errorType": "status_code",
"url": "https://gurushots.com/{}/photos",
"urlMain": "https://gurushots.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```

@ -860,13 +860,6 @@
"username_claimed": "adam",
"username_unclaimed": "noonewouldeverusethis7"
},
"GuruShots": {
"errorType": "status_code",
"url": "https://gurushots.com/{}/photos",
"urlMain": "https://gurushots.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Gutefrage": {
"errorType": "status_code",
"url": "https://www.gutefrage.net/nutzer/{}",
@ -1513,11 +1506,10 @@
"username_unclaimed": "noonewouldeverusethis"
},
"Quizlet": {
"errorMsg": "checkUsername\":{\"success\":true",
"errorMsg": "Page Unavailable</title>",
"errorType": "message",
"url": "https://quizlet.com/{}",
"urlMain": "https://quizlet.com",
"urlProbe": "https://quizlet.com/webapi/3.2/users/check-username?username={}",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis"
},

Loading…
Cancel
Save