Commit Graph

28 Commits (4ecaad6289384fc4ee13a50c166de825958c8991)

Author SHA1 Message Date
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
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
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
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.
6 years ago
shijuleon 69480d82fb Removed banner from help
6 years ago
Shiju Leon 58dff89e5e
Merge branch 'master' into master
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
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
Tejasvi Nareddy 971a88dd1e Asynchronous requests
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