Merge pull request #1176 from sherlock-project/fix-venmo-false-positive

Fixed venmo false positive by using error message instead of status code
pull/1178/head
Siddharth Dushantha 3 years ago committed by GitHub
commit 1964d808f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save