added Venmo, closes #1553

Credits @P3nt3st3r123
pull/1693/head
Siddharth Dushantha 1 year ago
parent 228652ca1c
commit bc0d4b6f65

@ -541,13 +541,6 @@
"urlMain": "https://gab.com",
"username_claimed": "a"
},
"Venmo": {
"errorMsg": "The profile you're looking for isn't available",
"errorType": "message",
"url": "https://venmo.com/u/{}",
"urlMain": "https://venmo.com/",
"username_claimed": "jenny"
},
"FanCentro": {
"errorMsg": "var environment",
"errorType": "message",

@ -1278,20 +1278,6 @@ As of 2022-05-01, Gab returns false positives because they now use CloudFlare
},
```
## Venmo
As of 2022-05-01, Venmo returns false positives
```json
"Venmo": {
"errorMsg": "The profile you're looking for isn't available",
"errorType": "message",
"url": "https://venmo.com/u/{}",
"urlMain": "https://venmo.com/",
"username_claimed": "jenny",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## FanCentro
As of 2022-05-1, FanCentro returns false positives. Will later in new version of Sherlock.

@ -2574,5 +2574,16 @@
"url": "https://www.znanylekarz.pl/{}",
"urlMain": "https://znanylekarz.pl",
"username_claimed": "janusz-nowak"
},
"Venmo": {
"errorType": "message",
"errorMsg": [
"Venmo | Page Not Found"
],
"url": "https://account.venmo.com/u/{}",
"urlMain": "https://venmo.com/",
"urlProbe": "https://test1.venmo.com/u/{}",
"headers": {"Host":"account.venmo.com"},
"username_claimed": "jenny"
}
}

Loading…
Cancel
Save