Master
69cdbe83f2
fix #95 : head request may cause 301 redirect which can be interpreted wrong i.e. github's cause
6 years ago
Master
1e50c92d8b
update from upstream
6 years ago
Yahya SayadArbabi
0d85703093
bump version
6 years ago
QuantumSheep
2e4b3a32ad
Stops opening the file at each writing
6 years ago
Yahya SayadArbabi
f27d2b2aed
bump version
6 years ago
Yahya SayadArbabi
cc22d88679
bump version
6 years ago
nil0x42
2791e1553a
Fix incorrect file save notification
...
When username argument was provided with uppercase chars, sherlock
said that file was saved into "UserName.txt" instead of "username.txt" (fname var)
6 years ago
Yahya SayadArbabi
683ca99316
bump version
6 years ago
Yahya SayadArbabi
de1d0d643c
bump version
6 years ago
Yahya SayadArbabi
a63c14071b
Merge branch 'Use_Colorama_syntax_for_better_readability'
6 years ago
Yahya SayadArbabi
30eb9c76ec
bump version
6 years ago
Yahya SayadArbabi
287305a12c
bump version
6 years ago
Yahya SayadArbabi
3b5263c5bd
Add Wikipedia
6 years ago
Jen-Chieh
df1f35bc88
Use Colorama for better readability.
6 years ago
Andrew Yatzkan
2d50409428
Changed error code from 404 to not 2XX
6 years ago
Andrew Yatzkan
ab99ee016e
Made .txt file case insensitive
6 years ago
Yahya SayadArbabi
ffbd5b3d4b
Fix versioning
6 years ago
Yahya SayadArbabi
992e22059a
bump version
6 years ago
Yahya SayadArbabi
f4c490d25e
run "isort"
6 years ago
Yahya SayadArbabi
853008c075
Merge branch 'jcs-PR/color'
6 years ago
Yahya SayadArbabi
f984b447c0
Run "isort"
6 years ago
Jonas Tranberg
e51da5b712
If only status_code is needed use HEAD instead of GET request to avoid body download
6 years ago
Yahya SayadArbabi
e6256e70a6
Bump version
6 years ago
jenchieh
43f4e893f3
Initialize Colorama and import it.
6 years ago
Jon Ander Oribe
005e9591c1
Adding a counter of resources
...
At the end of the process we can see how many results we have
6 years ago
Yahya SayadArbabi
f7daae14e3
Merge branch 'cclauss_patch-3'
6 years ago
Yahya SayadArbabi
85c80952c9
Merge branch 'simplify_print_error'
6 years ago
Christopher K. Hoadley
448f072e36
Merge branch 'pr/n49_cblument'
6 years ago
Chris Blumentritt
ce53663331
Use os.path.join to build file path for data file
...
fixes #47
6 years ago
Christopher K. Hoadley
8090a96c57
Fix merge problem in pull request #43 . Previously, there was just one for loop that iterated thru all of the sites. But, with the addition of the parallel functionality, there are now two for loops. The dictionary changes were not done in the second loop, which caused bogus results.
6 years ago
cclauss
05cbeb5c2c
Add a shebang line: #! /usr/bin/env python3
6 years ago
cclauss
c0ac0d9f9d
Update sherlock.py
6 years ago
cclauss
96c3ce7625
Simplify print_error()
6 years ago
cclauss
3200eb3ad5
Run isort on the imports
...
[isort](https://github.com/timothycrosley/isort/blob/develop/README.rst ) cleans up the imports for readability.
6 years ago
Chris Blumentritt
cf7ec54f23
Script can now load the data.json file when invoked from different directory
...
If the script is run from a different directory than the where it
resides then it would fail to load because it could not find data.json.
fixes #47
6 years ago
Christopher K. Hoadley
f9d59270a3
Merge branch 'pr/n43_cclauss'. Use new pattern for getting "urlMain" data as well.
6 years ago
Christopher K. Hoadley
e2c4dbf1ef
Merge branch 'pr/n4_svisser'
6 years ago
cclauss
28f023a339
Use dict.get() on optional parameters
6 years ago
cclauss
60555eeda7
Use dict.items() to simplify interaction with dict (again)
...
#20 again...
6 years ago
Siddharth Dushantha
03c41ee555
Version bump
...
From now on, the version will be the date and the format is from big to small. Year, Month, Day.
Just like youtube-dl does it.
6 years ago
Siddharth Dushantha
57a4448264
modified the comment about the user agent #41
6 years ago
Christopher K. Hoadley
55b6ffa5ba
Simeon Visser noticed that "enforce utf-8 encoding when we open data.json" ( #8 ) got undone in the previous merge. Include it again.
6 years ago
Tejasvi Nareddy
78a3451c03
Merge remote-tracking branch 'upstream/master' into async-requests
...
# Conflicts:
# .gitignore
# requirements.txt
# sherlock.py
6 years ago
mpieters93
51ce9fc10b
Merge branch 'master' into tor
6 years ago
Christopher K. Hoadley
d9e600d05d
Add support for writing to Comma-Separated Values (CSV) File with all of the results. Unfortunately, the request text is so long that it is not visible in spreadsheet programs. So, I am leaving this off for now.
6 years ago
Christopher K. Hoadley
b17072b3cd
Change sherlock method to return dictionary summarizing all results. This will allow the caller to have raw information for other reports.
6 years ago
Mike Pieters
feef27b2e4
Removed accidental whitespace
6 years ago
Mike Pieters
49f65021bb
Adds option to use new TOR circuit for each request
6 years ago
Mike Pieters
b2cb0506a3
Adds option to connect over TOR
6 years ago
Siddharth Dushantha
6fcc62f500
new image, did some PEP8, and organized the code
6 years ago
Mike Pieters
8659c0fbe1
Altered regex_check logic
6 years ago
Christopher K. Hoadley
ed8513fd06
Update Command Line Interface: Accept List Of User Names, Add Version
...
Revamp command line interface. Allow user to pass a list of user names on the command line. Update readme to illustrate actual usage.
Pass debug option in argument list instead of depending on the global variable. This should probably all be reworked to use the logging module.
6 years ago
Christopher K. Hoadley
4067991b59
Replace noPeriod attribute in JSON file with a regexCheck attribute. If this does not exist in the JSON file, then there will be a default regular expression that will be used. By default, the allowed user name pattern requires that the first character is alphabetic, while the following characters are either alphanumeric or ".", "_", or "-". Also, specifically indicate that the user name is invalid in the feedback.
6 years ago
Siddharth Dushantha
94a58614fb
Merge pull request #15 from shijuleon/master
...
Refactor error printing code
6 years ago
shijuleon
804c5d3fc8
Refactor error printing code
6 years ago
Christopher K. Hoadley
dd8d36741d
Fix bug that incorrectly said that all user names were not supported for any site that would not allow a dot in the user name.
...
The check for the dot should only happen if the user has a dot in the name.
6 years ago
shijuleon
69480d82fb
Removed banner from help
6 years ago
Shiju Leon
58dff89e5e
Merge branch 'master' into master
6 years ago
Master
b59dc55631
cleanup, fixed handling connection error exception
6 years ago
Siddharth Dushantha
930ffd19db
fixed styling on the ascii art
6 years ago
Siddharth Dushantha
52d1c09c21
Merge pull request #8 from ronaldseoh/enforce-encoding
...
enforce utf-8 encoding when we open data.json
6 years ago
Siddharth Dushantha
41a44be6cd
fixed issue #9
6 years ago
shijuleon
ff2f42cc38
Better error printing. Debug mode
6 years ago
shijuleon
7f65018746
Add argparse. Styling in error messages
6 years ago
Siddharth Dushantha
ad23efc785
fixed #2 , added new method for response_url and gitignore
6 years ago
Ronald Seoh
9c12834217
enforce utf-8 encoding when we open data.json
6 years ago
Simeon Visser
10582b629e
Ensure raw file is automatically closed
6 years ago
Tejasvi Nareddy
971a88dd1e
Asynchronous requests
...
Improves performance greatly
6 years ago
Tejasvi Nareddy
8ed7a39b86
Reformat file
6 years ago
shijuleon
dbfd332ca5
HTTP requests error handling, adding cmdline params
6 years ago
Siddharth Dushantha
f9dd54df2b
Add files via upload
6 years ago