Commit graph

176 commits

Author SHA1 Message Date
Siddharth Dushantha
8988af3f89
added --print-all option the usage section 2020-09-04 19:04:00 +02:00
Siddharth Dushantha
cd28acb3ca removed --print-found from usage 2020-09-03 11:28:00 +02:00
Siddharth Dushantha
1c4e23d6e9
changed location of repl.it button
Moved it down to where the "open in google cloud shell" button is. It is nicer to keep all the options in one place
2020-09-02 09:57:02 +02:00
undefined
1063b12bb6 Add run on repl.it badge to README
This pull request adds a  badge to the . This will allow users to easily run this repository in their browser, without having to set up an environment. You can learn more about Repl.it [here](https://repl.it).
2020-09-01 19:35:01 +00:00
Siddharth Dushantha
c4ad4c4e15
README.md: updated example help message 2020-08-31 21:05:55 +02:00
Siddharth Dushantha
9348d863a5
updated README.md
- replaced "Adding new sites" section with "Contributing"
- removed note about using Python 3.6 or above because Sherlock now automatically checks when it runs
2020-08-29 16:45:43 +02:00
Siddharth Dushantha
1d4cb32404
changed syntax highlighting from "bash" to "console" 2020-08-17 19:06:49 +02:00
Siddharth Dushantha
cc8192f45c removed option to present websites ordered by their Alexa.com global rank in popularity
refer to #610 for reason of removal
2020-08-07 18:57:51 +02:00
Siddharth Dushantha
ea843cb7eb
removed the elody.com demo url because it no longer works
The elody url no works because we get an error when trying to run Sherlock on the site.
2020-07-28 09:02:49 +02:00
Siddharth Dushantha
3b8194860d gif should be fixed now
After the previous commit, the gif was for some strange reason not looping
2020-07-25 18:19:11 +02:00
flopana
dc0fa3c1a7
Update README.md
Fixed a typo
2020-07-17 14:12:44 +02:00
Siddharth Dushantha
186c6df84f
updated commands about unit test to match current directory structure
The tests directory is now located in ~/sherlock/sherlock/
2020-07-06 17:13:17 +02:00
Christopher K. Hoadley
29eb2ddf2d Update site list and version. 2020-05-25 11:33:29 -05:00
Christopher K. Hoadley
7505467020 Update site list and version. 2020-05-24 23:49:39 -05:00
Christopher K. Hoadley
1626c704a5 Add nightly test that checks the site coverage. Schedule it at 3AM (The Hour Of The Wolf) so it will be less likely to bother anyone. 2020-05-23 21:50:05 -05:00
Christopher K. Hoadley
157c7c6728 Merge remote-tracking branch 'pr/add-separated-github-actions' 2020-05-23 20:58:41 -05:00
Lucas Hiago
a6b201b352 Create github action for branch master 2020-05-19 23:25:29 -03:00
Christopher K. Hoadley
606eb20f7c Fix Sherlock Test Workflow. Remove Travis CI, and update badge. 2020-05-09 21:44:28 -05:00
Christopher K. Hoadley
091f8c4f7b Add change directory to CI so tests are executed in proper context. 2020-05-09 11:10:43 -05:00
Christopher K. Hoadley
8619a353e4 Add override to HTTP Status Detection so HEAD request is not used. Configure Instagram to use this option.
In most cases when we are detecting by status code, it is not necessary to get the entire body:  we can detect fine with just the HEAD response.  However, Richard Getz discovered that some sites (e.g. Instagram) will not respond properly if Sherlock only requests the HEAD.

Add a "request_head_only" attribute to the data.json so HTTP Status Detection can be configured either way.  It is simpler to support this change in this fashion, as it does not require changes to the tests.

With Richard Getz <richardgetziii@gmail.com>
2020-05-09 08:13:23 -05:00
Christopher K. Hoadley
0ba4980887 Update site list. Update version. 2020-05-08 23:42:00 -05:00
Christopher K. Hoadley
1eaf0dc46e Update help command line. 2020-04-23 07:05:12 -05:00
Christopher K. Hoadley
92879af8eb Merge remote-tracking branch 'origin/master' into restructure_take1
# Conflicts:
#	README.md
#	sherlock/sherlock.py
2020-04-12 10:53:28 -05:00
Siddharth Dushantha
3b61ba10e8
removed syntax highlighting for help message 2020-04-02 09:54:25 +02:00
Siddharth Dushantha
563bcd963d
updated help message 2020-03-14 13:58:01 +01:00
Christopher K. Hoadley
32385a1d8d Merge remote-tracking branch 'origin/master' into restructure_take1 2020-02-23 19:43:49 -06:00
Christopher K. Hoadley
9aeb3126fa Update version and help text. 2020-02-23 18:21:43 -06:00
Christopher K. Hoadley
e41b485771 Merge remote-tracking branch 'origin/master' into restructure_take1 2020-02-12 21:27:50 -06:00
Christopher K. Hoadley
f3a61fe7af Update version and help text. 2020-02-12 21:27:17 -06:00
Christopher K. Hoadley
123e4d47e0 Merge remote-tracking branch 'origin/master' into restructure_take1 2019-12-31 10:53:12 -06:00
Christopher K. Hoadley
0fd89843b2 Update version and site list. 2019-12-31 10:47:17 -06:00
Christopher K. Hoadley
5649d6b721 Update version and site list. 2019-12-31 08:00:17 -06:00
Christopher K. Hoadley
ba0a44e0ae Merge remote-tracking branch 'origin/master' into restructure_take1
# Conflicts:
#	sherlock/resources/data.json
2019-12-29 11:57:25 -06:00
Christopher K. Hoadley
9abae2e341 Update version and site list. 2019-12-29 11:48:53 -06:00
Christopher K. Hoadley
9e8e1a5aa4 Merge remote-tracking branch 'origin/master' into restructure_take1
# Conflicts:
#	sherlock/sherlock.py
2019-12-24 17:17:43 -06:00
Christopher K. Hoadley
5d16a720a5 Update site list and version. 2019-12-24 16:57:32 -06:00
Christopher K. Hoadley
0a455339c2 Merge remote-tracking branch 'origin/master' into restructure_take1 2019-12-21 17:12:17 -06:00
Siddharth Dushantha
a739ebf0e7
changed copyright holder to Sherlock Project 2019-12-19 22:30:42 +01:00
Christopher K. Hoadley
69b818bb3b Update version and help text. 2019-12-08 07:30:02 -06:00
Christopher K. Hoadley
b92b931504 Merge remote-tracking branch 'origin/master' into restructure_take1
# Conflicts:
#	sherlock/sherlock.py
2019-12-07 17:58:39 -06:00
Christopher K. Hoadley
15157fd7da Update version and help text. 2019-12-07 17:43:09 -06:00
Paulo Diovani
2e9c700107 Add an .excluded_sites list to allow pass tests 2019-12-05 14:26:17 -03:00
Siddharth Dushantha
c7533adcf2
Updated Twitter shield url 2019-12-03 12:58:19 +01:00
eiriksm
d42f989e92
Fix typo in Readme 2019-12-01 09:55:52 +01:00
Christopher K. Hoadley
b0b7608549 Merge remote-tracking branch 'origin/master' into restructure_take1
# Conflicts:
#	sherlock/sherlock.py
2019-11-30 22:30:02 -06:00
Christopher K. Hoadley
e39c817159 Teknik is not responding properly and is causing Sherlock to hang. Remove it. Update version and site list. 2019-11-30 16:24:04 -06:00
Christopher K. Hoadley
b91a039a9b Remove regular expression checks for Twitter and instagram. The new entries may the JSON invalid. Update version and site list. 2019-11-30 15:51:24 -06:00
Christopher K. Hoadley
f89fe03b34 Merge remote-tracking branch 'origin/master' into restructure_take1
# Conflicts:
#	sherlock/sherlock.py
2019-11-30 06:16:51 -06:00
Christopher K. Hoadley
68da60aafa Update version and site list. 2019-11-30 06:10:30 -06:00
Christopher K. Hoadley
a900d0f674 Merge remote-tracking branch 'origin/master' into restructure_take1
# Conflicts:
#	sherlock/sherlock.py
2019-11-29 14:37:55 -06:00