192 Commits (09d3a1b04293bd4a2212baedae2f0c5421ba3c0b)

Author SHA1 Message Date
Christopher K. Hoadley 63fae2902e Update site list and ranking. Update version.
5 years ago
Christopher K. Hoadley f96febcd3a Update version information.
5 years ago
Christopher K. Hoadley 75c3a1622f Update version to document the great f-string renaissance of 2019. :)
5 years ago
Christopher K. Hoadley 3b6cb1d4d9 Try to back out "Fix stray f's that break on Linux" #198. The user was getting a syntax error from the format strings (probably from using an old version of Python). But, blindly removing the f-strings broke the actual functionality.
5 years ago
snehankekre 92d39f855a Fix stray f's that break on Linux
5 years ago
Christopher K. Hoadley a8f1891028 Update list of supported sites and ranking. Update version number.
5 years ago
Christopher K. Hoadley ed08886982 Update rank and version information.
5 years ago
Christopher K. Hoadley 66f19f8c7b Update ranking results. Update version information.
5 years ago
Christopher K. Hoadley 76578d83a7 Add "urlProbe" to data area. While the results for YouNow work after putting the API URL in the "url" area, the printed results do not display properly. So, I needed to introduce the concept of a probe URL separate from the actual user URL.
5 years ago
Yahya SayadArbabi 55b1fa5c44 bump version
5 years ago
Yahya SayadArbabi 34e72a0622 Resolve conflicts
5 years ago
Yahya SayadArbabi ed3dddde65 bump version
5 years ago
Yahya SayadArbabi 6c5656a84b bump version
5 years ago
Jen-Chieh 972d7dceea Org code for removing all the purpose print functions.
5 years ago
cclauss 47fac5943f
Use compound if statement rather than "if and"
5 years ago
Yahya SayadArbabi bbc056cd1d Bump version
5 years ago
Tait Hoyem 74eefe02ca Rename option to --print-found
5 years ago
Tait Hoyem 2750538e2e Add option to not show 'Not Found!' messages.
5 years ago
Christopher K. Hoadley 0f8e734d78 Bump version.
5 years ago
Christopher K. Hoadley 4fa8de4758 Update version.
5 years ago
Yahya SayadArbabi a27c0a855e bump version
5 years ago
Christopher K. Hoadley ea90e7fa95 Bump version and add link to Wiki on procedure to add new sites.
6 years ago
Yahya SayadArbabi 8a87513a0d bump version
6 years ago
Yahya SayadArbabi 800431b424 bump version
6 years ago
Christopher K. Hoadley 7fb6d26cc7 Previous code was failing the flake8 tests because the random module was not imported.
6 years ago
Yahya SayadArbabi f69be05803 Rebase & bump version
6 years ago
BlucyBlue 465f4c85c3 Typo in printout when reading proxies from file.
6 years ago
BlucyBlue 9f523365f7 Finally importing load_proxies module.
6 years ago
BlucyBlue 8587d1a835 If the ProxyError gets raised in the 'get_response' function, the request will be tried with another proxy selected from the 'proxy_list' global var. New parameter 'retry_no' is the number of retries that will be made before throwing a final ProxyError.
6 years ago
BlucyBlue 6bf8358342 Set new parameter 'retry_no' of the 'get_response' function to 3 (can be changed). This will be used if retrying a ProxyError.
6 years ago
BlucyBlue 855f154d9b If the 'proxy_list' we select a random member and pass it as the proxy to the session. If the list is empty, the proxy parameter will be set to arg.proxy, which defaults to None if the user did not pass an individual proxy as well.
6 years ago
BlucyBlue 2accdcafea If the user selected --check_proxies option along with --proxy_list option, proxies loaded from the .csv file are checked using the check_proxies function from the load_proxies module. Proxies which pass the test are stored in the proxy_list global var.
6 years ago
BlucyBlue 6cc4e22898 If the user selected --proxy_list option, we attempt to read proxies from the csv, and store the list in global var proxy_list.
6 years ago
BlucyBlue bd683022b3 Exception is raised if both a single proxy and the proxy_list are used. As needed, this can be changed to merging the single proxy with the proxy list, but seems a bit unnecessary at this time.
6 years ago
BlucyBlue dc32d473e0 Exception will now be raised if etiher a single proxy or proxy_list options are used along with Tor.
6 years ago
BlucyBlue c5e06b068e Added two new arguments, '--proxy_list'/'-pl' and '--check_proxies'/'-cp', for users to activate options of reading proxies from a document (at this time, only .csv is supported), and check their anonimity before using them.
6 years ago
BlucyBlue 166d224423 First change to 'sherlock.py' for use of load_proxies module. Global variable proxy_list is created, and by default set to an empty list. This variable will store proxies from a proxy list (if this option is used), and will enable different threads to access proxies at the same time.
6 years ago
Yahya SayadArbabi 67108071e5 bump version
6 years ago
Yahya SayadArbabi 011df7af55 bump version
6 years ago
ptalmeida 8b681158bc small corrections to rank sort
6 years ago
ptalmeida 78ade00dee Update outdated REAME.md
6 years ago
ptalmeida 5d972a3138 add --rank -r option to sherlock
6 years ago
George Tsomlektsis 0e6b8d0dca Added optional parameters for outputting files and folders.
6 years ago
George Tsomlektsis f511faab23 Added the ability to load external json files.
6 years ago
Yahya SayadArbabi 7a93f73b23 bump version
6 years ago
Christopher K. Hoadley a18065c1a7 Bump version. Update usage results in readme.
6 years ago
Christopher K. Hoadley a538c07ab3 Merge branch 'pr/n133_cclauss'
6 years ago
Christopher K. Hoadley 65b38592c4 Change "response_url" detection strategy completely.
6 years ago
cclauss 0b3c5f2ba0
Fix the top of the deerstalker
6 years ago
cclauss a380e48057
Make BANNER an r'string' and move it up front
6 years ago
Christopher K. Hoadley 4c6bb61483 Update version number. This version does have basic tests.
6 years ago
Christopher K. Hoadley ee4cd8e14b While running tests, I was getting a ResourceWarning about an unclosed file. The result file was not being closed, so it was a valid warning. Close the file to avoid this warning.
6 years ago
Yahya SayadArbabi d4e29b1327 bump version
6 years ago
Yahya SayadArbabi ff9e239928 bump version
6 years ago
SebastianElvis 29d89921d0 add proxy functionality
6 years ago
Yahya SayadArbabi ed196b7466 bump version
6 years ago
Yahya SayadArbabi 1c5e07645e Merge branch 'Made_parameter_for_site_name_not_case_sensitive'
6 years ago
Yahya SayadArbabi 2247f556f2 bump version
6 years ago
Master b245a6e5cc fixed wrong condition place
6 years ago
Master 34a0db9cd8 implemented #115: make parameter for site name not case sensitive
6 years ago
Tejasvi (Teju) Nareddy d0ecb70d84
Merge pull request #109 from nareddyt/response-time-metrics
6 years ago
Yahya SayadArbabi 5ed2c9a740 bump version
6 years ago
Tejasvi Nareddy 038d531483 doc: response time
6 years ago
Tejasvi Nareddy 4c3967fd6d feat: expose response times
6 years ago
Yahya SayadArbabi 7e5bac0cb8 bump version
6 years ago
Yahya SayadArbabi 18ee78f9e0 Merge branch 'masta2898/master'
6 years ago
Yahya SayadArbabi c165952ca8 bump version
6 years ago
Christopher K. Hoadley 33e8beb5b4 Add command line option to only run a report on specified sites (as opposed to all of them). Move loading of JSON file out of the query logic proper: we need to keep the database and the query logic separate anyway for future changes, so this is a first step in the refactoring. Update readme file with latest information.
6 years ago
Christopher K. Hoadley 4596f7121e Specify the encoding to be UTF-8 for the csv file. The Rajče.net site was causing this to fail.
6 years ago
Master 5dc147e39a efficient usage of GET request only for github
6 years ago
Yahya SayadArbabi 81d15482f7 bump version
6 years ago
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
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
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
6 years ago