diff --git a/removed_sites.json b/removed_sites.json index 3d9630f..5213060 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -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", diff --git a/removed_sites.md b/removed_sites.md index 8969bf9..c2207c6 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -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. diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 917b822..19463fd 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -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" } }