Skip to content

Commit

Permalink
Merge pull request sherlock-project#1176 from sherlock-project/fix-ve…
Browse files Browse the repository at this point in the history
…nmo-false-positive

Fixed venmo false positive by using error message instead of status code
  • Loading branch information
sdushantha committed Nov 4, 2021
2 parents 89259e9 + f23497e commit 1964d80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1649,7 +1649,8 @@
"username_unclaimed": "noonewouldeverusethis7"
},
"Venmo": {
"errorType": "status_code",
"errorType": "message",
"errorMsg": "The profile you're looking for isn't available",
"url": "https://venmo.com/{}",
"urlMain": "https://venmo.com/",
"username_claimed": "jenny",
Expand Down

0 comments on commit 1964d80

Please sign in to comment.