Commit graph

2285 commits

Author SHA1 Message Date
Siddharth Dushantha
fe2feff7a7
Added the image back. 2018-12-30 09:46:59 +01:00
Siddharth Dushantha
0f9519365f
Merge pull request #3 from nareddyt/async-requests
Run HTTP requests in parallel
2018-12-30 07:26:16 +01:00
Tejasvi Nareddy
78a3451c03 Merge remote-tracking branch 'upstream/master' into async-requests
# Conflicts:
#	.gitignore
#	requirements.txt
#	sherlock.py
2018-12-30 00:10:31 -05:00
anto-christo
a3ff122d9d Add link to sites.md in readme and merge with master 2018-12-30 04:57:10 +05:30
anto-christo
26adc32497 Add script for listing sites in sites.md 2018-12-30 04:46:43 +05:30
Boardens
fd11e601f3
Added support for 14 social networks
Changes :
- Added Pixabay
- Added Giphy
- Added Taringa
- Added SourceForge
- Added Codepen
- Added Launchpad
- Added Photobucket
- Added Wix
- Added Crevado
- Added Carbonmade
- Added Coroflot
- Added Jimdo
- Added Repl.it
- Added Issuu

Notes:
- Unable to add Twitch, Tumblr, Big Cartel, Trello.
2018-12-29 23:31:36 +01:00
Christopher Kent Hoadley
9b83571981
Merge pull request #31 from mpieters93/tor
Added options to connect over TOR
2018-12-29 09:33:13 -06:00
mpieters93
51ce9fc10b
Merge branch 'master' into tor 2018-12-29 15:59:30 +01:00
Siddharth Dushantha
ff2f26eb3f
Merge pull request #35 from rajdeepbharati/master
Added support for Quora.
2018-12-29 13:18:59 +01:00
Rajdeep Bharati
373083446e Added support for Quora. 2018-12-29 11:20:18 +05:30
Christopher K. Hoadley
601d3d9495 Update readme with new csv option. 2018-12-28 22:55:13 -06:00
Christopher Kent Hoadley
9f72252564
Merge pull request #33 from sdushantha/hoadlck-csv
Add CSV Report For Results
2018-12-28 22:37:15 -06:00
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. 2018-12-28 22:32:30 -06:00
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. 2018-12-28 22:28:47 -06:00
Mike Pieters
6cd18fb5bb Update README to reflect added TOR arguments 2018-12-29 03:27:31 +01:00
Mike Pieters
feef27b2e4 Removed accidental whitespace 2018-12-29 02:45:19 +01:00
Christopher Kent Hoadley
b9ff065932
Merge pull request #28 from MagicFab/patch-1
Update README.MD with Python 3.6 (or later) requirement
2018-12-28 19:44:09 -06:00
Christopher K. Hoadley
7d4f1c68ff Add main URL for each social networking site. This is needed for future development (e.g. csv report generation, and autogeneraton of supported site report). Wanted to get this in early so that anyone adding more social network sites in the future would know to put this other piece of information in. 2018-12-28 19:38:26 -06:00
Mike Pieters
49f65021bb Adds option to use new TOR circuit for each request 2018-12-29 02:31:31 +01:00
Fabian Rodriguez
7f26889de4
Update README.md for Python 3.6+ req.
Update README.md for Python 3.6+ req.
2018-12-28 19:59:04 -05:00
Mike Pieters
b2cb0506a3 Adds option to connect over TOR 2018-12-29 01:50:25 +01:00
Christopher Kent Hoadley
3d971d573a
Merge pull request #29 from aggiebill/patch-1
Ignore txt files, except requirements.txt
2018-12-28 16:49:02 -06:00
Aggie Bill
01a64ba172
Ignore txt files, except requirements.txt 2018-12-28 17:44:01 -05:00
Siddharth Dushantha
c3d8a669f1
modified the description of Sherlock 2018-12-28 21:56:54 +01:00
Siddharth Dushantha
3d4682e279
added MeetMe 2018-12-28 21:49:56 +01:00
Siddharth Dushantha
e848e95db3
added Badoo 2018-12-28 21:42:32 +01:00
Siddharth Dushantha
632065e386
added ImageShack 2018-12-28 21:15:42 +01:00
Siddharth Dushantha
6fcc62f500 new image, did some PEP8, and organized the code 2018-12-28 20:15:41 +01:00
Fabian Rodriguez
3ef95f01c0
Update README.MD with Python 3.6 requirement
Update README.MD with Python 3.6 requirement
2018-12-28 13:21:15 -05:00
Christopher Kent Hoadley
dff6e879b1
Merge pull request #27 from mpieters93/regex-default
Removed default regular expression check, only check when regular expression is specified in the settings file.
2018-12-28 11:09:33 -06:00
Mike Pieters
8659c0fbe1 Altered regex_check logic 2018-12-28 17:39:10 +01:00
Christopher Kent Hoadley
4fa74cb01f
Merge pull request #25 from eliehalimi/master
added myanimelist.net
2018-12-28 10:00:49 -06:00
Christopher Kent Hoadley
8ae0113422
Merge pull request #17 from hoadlck/hoadlck-argument-revamp
Update Command Line Interface: Accept List Of User Names, Add Version
2018-12-28 09:57:26 -06:00
Christopher Kent Hoadley
ef549a239c
Merge pull request #16 from hoadlck/hoadlck-username-validate
Allow Site-Specific Username Checking By Regular Expression
2018-12-28 09:56:59 -06:00
Elie Halimi
d7e916ac34
added myanimelist.net
social website used to keep track of anime and manga and make friends.
2018-12-28 15:14:32 +01:00
Anto Christopher
96fc03773d
Add list of supported social networks in README 2018-12-27 22:24:06 +05:30
Christopher K. Hoadley
6ce822ec11 Forgot to update screenshot... 2018-12-27 07:41:00 -06:00
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.
2018-12-26 21:54:25 -06:00
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. 2018-12-26 19:41:11 -06:00
Siddharth Dushantha
cb62daa557 added devRant 2018-12-26 19:13:32 +01:00
Siddharth Dushantha
94a58614fb
Merge pull request #15 from shijuleon/master
Refactor error printing code
2018-12-26 19:00:34 +01:00
Siddharth Dushantha
9959e40e39
Merge pull request #14 from hoadlck/hoadlck-userdotcheck
Correct User Name With Dot Check
2018-12-26 18:56:54 +01:00
shijuleon
804c5d3fc8 Refactor error printing code 2018-12-26 22:55:28 +05:30
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.
2018-12-26 11:13:18 -06:00
Siddharth Dushantha
7a55917138
Merge pull request #1 from shijuleon/master
Error handling
2018-12-26 16:44:18 +01:00
shijuleon
69480d82fb Removed banner from help 2018-12-26 21:01:53 +05:30
Shiju Leon
58dff89e5e
Merge branch 'master' into master 2018-12-26 19:22:15 +05:30
Master
b59dc55631 cleanup, fixed handling connection error exception 2018-12-26 15:16:49 +02:00
Siddharth Dushantha
930ffd19db
fixed styling on the ascii art 2018-12-26 13:45:38 +01:00
Siddharth Dushantha
baa955e07a
Merge pull request #7 from 0xflotus/patch-1
fixed username
2018-12-26 13:43:31 +01:00