mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 11:53:03 +00:00
Fix conflicts
This commit is contained in:
commit
b6e0fca3f5
2 changed files with 9 additions and 1 deletions
|
@ -1277,6 +1277,14 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"WordPressOrg": {
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "https://wordpress.org",
|
||||
"url": "https://profiles.wordpress.org/{}/",
|
||||
"urlMain": "https://wordpress.org/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"YouNow": {
|
||||
"errorMsg": "No users found",
|
||||
"errorType": "message",
|
||||
|
|
|
@ -26,7 +26,7 @@ from torrequest import TorRequest
|
|||
from load_proxies import load_proxies_from_csv, check_proxy_list
|
||||
|
||||
module_name = "Sherlock: Find Usernames Across Social Networks"
|
||||
__version__ = "0.7.6"
|
||||
__version__ = "0.7.7"
|
||||
amount = 0
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue