Skip to content

Commit

Permalink
Merge pull request sherlock-project#328 from sherlock-project/trip_fa…
Browse files Browse the repository at this point in the history
…lse_positve

Fix Trip False Positive
  • Loading branch information
hoadlck authored Sep 29, 2019
2 parents 588616d + 75bbae8 commit 4be5b37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank]
[--print-found]
USERNAMES [USERNAMES ...]

Sherlock: Find Usernames Across Social Networks (Version 0.8.6)
Sherlock: Find Usernames Across Social Networks (Version 0.8.7)

positional arguments:
USERNAMES One or more usernames to check with social networks.
Expand Down
3 changes: 1 addition & 2 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1254,8 +1254,7 @@
"username_unclaimed": "noonewouldeverusethis7"
},
"Trip": {
"errorMsg": "Page not found",
"errorType": "message",
"errorType": "status_code",
"rank": 2558,
"url": "https://www.trip.skyscanner.com/user/{}",
"urlMain": "https://www.trip.skyscanner.com/",
Expand Down
2 changes: 1 addition & 1 deletion sherlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from load_proxies import load_proxies_from_csv, check_proxy_list

module_name = "Sherlock: Find Usernames Across Social Networks"
__version__ = "0.8.6"
__version__ = "0.8.7"
amount = 0


Expand Down

0 comments on commit 4be5b37

Please sign in to comment.