mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-17 04:58:28 +00:00
Merge branch 'aditisrinivas97-master'
This commit is contained in:
commit
263b8b3b90
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ from requests_futures.sessions import FuturesSession
|
|||
from torrequest import TorRequest
|
||||
|
||||
module_name = "Sherlock: Find Usernames Across Social Networks"
|
||||
__version__ = "0.4.2"
|
||||
__version__ = "0.4.3"
|
||||
amount = 0
|
||||
|
||||
BANNER = r'''
|
||||
|
|
|
@ -47,7 +47,7 @@ with open("sites.md", "w") as site_file:
|
|||
th = threading.Thread(target=get_rank, args=(url_main, data.get(social_network)))
|
||||
else:
|
||||
th = None
|
||||
pool.append((url_main, url_main, th))
|
||||
pool.append((social_network, url_main, th))
|
||||
if args.rank:
|
||||
th.start()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue