Skip to content

Commit

Permalink
modified the comment about the user agent sherlock-project#41
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha committed Dec 30, 2018
1 parent 4ecaad6 commit 57a4448
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions sherlock.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Sherlock: Find Usernames Across Social Networks Module
"""
Sherlock: Find Usernames Across Social Networks Module
This module contains the main logic to search for usernames at social
networks.
Expand Down Expand Up @@ -81,9 +82,9 @@ def sherlock(username, verbose=False, tor=False, unique_tor=False):

print("\033[1;92m[\033[0m\033[1;77m*\033[0m\033[1;92m] Checking username\033[0m\033[1;37m {}\033[0m\033[1;92m on: \033[0m".format(username))

# User agent is needed because some sites do not
# return the correct information because it thinks that
# we are bot
# A user agent is needed because some sites don't
# return the correct information since they think that
# we are bots
headers = {
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:55.0) Gecko/20100101 Firefox/55.0'
}
Expand Down

0 comments on commit 57a4448

Please sign in to comment.