Skip to content

Commit

Permalink
Update version and site list.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoadlck committed Dec 31, 2019
1 parent 0fc25e9 commit 0fd8984
Show file tree
Hide file tree
Showing 4 changed files with 317 additions and 314 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank]
[--timeout TIMEOUT] [--print-found]
USERNAMES [USERNAMES ...]

Sherlock: Find Usernames Across Social Networks (Version 0.10.2)
Sherlock: Find Usernames Across Social Networks (Version 0.10.3)

positional arguments:
USERNAMES One or more usernames to check with social networks.
Expand Down
52 changes: 26 additions & 26 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -524,15 +524,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"easyen": {
"errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
"errorType": "message",
"rank": 9789,
"url": "https://easyen.ru/index/8-0-{}",
"urlMain": "https://easyen.ru/",
"username_claimed": "wd",
"username_unclaimed": "noonewouldeverusethis7"
},
"Ebay": {
"errorMsg": "The User ID you entered was not found",
"errorType": "message",
Expand Down Expand Up @@ -866,15 +857,6 @@
"username_claimed": "adam",
"username_unclaimed": "noonewouldeverusethis"
},
"ingvarr.net.ru": {
"errorMsg": "Пользователь не найден",
"errorType": "message",
"rank": 165229,
"url": "http://ingvarr.net.ru/index/8-0-{}",
"urlMain": "http://ingvarr.net.ru/",
"username_claimed": "red",
"username_unclaimed": "noonewouldeverusethis7"
},
"Insanejournal": {
"errorMsg": "Unknown user",
"errorType": "message",
Expand Down Expand Up @@ -1149,14 +1131,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"nnRU": {
"errorType": "status_code",
"rank": 12176,
"url": "https://{}.www.nn.ru/",
"urlMain": "https://https://www.nn.ru/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"OK": {
"errorType": "status_code",
"rank": 62,
Expand Down Expand Up @@ -2085,6 +2059,15 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis"
},
"easyen": {
"errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
"errorType": "message",
"rank": 10005,
"url": "https://easyen.ru/index/8-0-{}",
"urlMain": "https://easyen.ru/",
"username_claimed": "wd",
"username_unclaimed": "noonewouldeverusethis7"
},
"eintracht": {
"errorType": "status_code",
"rank": 69990,
Expand Down Expand Up @@ -2204,6 +2187,15 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"ingvarr.net.ru": {
"errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
"errorType": "message",
"rank": 132521,
"url": "http://ingvarr.net.ru/index/8-0-{}",
"urlMain": "http://ingvarr.net.ru/",
"username_claimed": "red",
"username_unclaimed": "noonewouldeverusethis7"
},
"interpals": {
"errorMsg": "The requested user does not exist or is inactive",
"errorType": "message",
Expand Down Expand Up @@ -2297,6 +2289,14 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"nnRU": {
"errorType": "status_code",
"rank": 0,
"url": "https://{}.www.nn.ru/",
"urlMain": "https://https://www.nn.ru/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"opennet": {
"errorMsg": "\u0418\u043c\u044f \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e",
"errorType": "message",
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.10.2"
__version__ = "0.10.3"


global proxy_list
Expand Down
Loading

0 comments on commit 0fd8984

Please sign in to comment.