Commit Graph
1025 Commits
Author SHA1 Message Date
MattandGitHub c5dca64de1 Merge branch 'dev' into master 2019-09-22 14:55:10 -04:00
MattandGitHub 37d1c3ac11 Merge pull request #2 from NotoriousRebel/dev
Updated trello search to fix pep8 errors.
2019-09-22 14:54:03 -04:00
NotoriousRebel 15e61523a4 Set limit to 200. 2019-09-22 14:46:09 -04:00
NotoriousRebel fafa451c34 Updated travis to cache pip. 2019-09-22 14:30:14 -04:00
NotoriousRebel 3e816459bc Made change to main.py to iterate through search engines in order. 2019-09-22 14:27:49 -04:00
NotoriousRebel 8348b5cd02 Updated travis config to test matrices. 2019-09-22 14:12:24 -04:00
NotoriousRebel 8e3bc4b3b9 Updated trello to conform to pep8 standards. 2019-09-22 13:59:13 -04:00
NotoriousRebel 7a5395acaa Syncing.
Merge branch 'master' of https://github.com/laramies/theHarvester into dev
2019-09-22 13:58:49 -04:00
NotoriousRebel 7fc1201318 Updated trello search to fix pep8 errors. 2019-09-22 13:38:56 -04:00
Jay Townsend 6de05139bf Add otx tests
Signed-off-by: Jay Townsend <townsend891@hotmail.com>
2019-09-22 17:03:53 +01:00
Jay Townsend 33ae370c81 Add otx module to travis
Signed-off-by: Jay Townsend <townsend891@hotmail.com>
2019-09-22 15:59:53 +01:00
Jay Townsend e9b257ad8d Update github action with otx module and formating changes to the file
Signed-off-by: Jay Townsend <townsend891@hotmail.com>
2019-09-22 15:23:34 +01:00
Jay Townsend c0edc7bea6 fix crtsh mypy error
Signed-off-by: Jay Townsend <townsend891@hotmail.com>
2019-09-22 15:22:40 +01:00
Jay Townsend 574403a958 Add AlienVault otx module WIP
Signed-off-by: Jay Townsend <townsend891@hotmail.com>
2019-09-22 15:10:03 +01:00
Jay Townsend 4c561bc798 Merge remote-tracking branch 'upstream/master' into dev 2019-09-22 14:25:10 +01:00
J.TownsendandGitHub d0555b400e Merge pull request #304 from VKen/master
fixed code flow to run google_workaround for googlesearch linkedinsearch
2019-09-22 14:16:30 +01:00
NotoriousRebel 24d2d2c903 Reworked core logic for trello, changed how main.py worked with trello, and updated two functions in myparser. 2019-09-22 02:21:08 -04:00
Jay Townsend 79577dc3b8 Merge remote-tracking branch 'upstream/master' into dev 2019-09-22 05:01:51 +01:00
Jay Townsend 8c9f9ea630 remove yandex from __all__ in __init__.py
Signed-off-by: Jay Townsend <townsend891@hotmail.com>
2019-09-22 04:58:25 +01:00
Jay Townsend f5f4784010 remove yandex module as unused
Signed-off-by: Jay Townsend <townsend891@hotmail.com>
2019-09-22 04:54:53 +01:00
dependabot-preview[bot]andGitHub 2f7ec92119 Merge pull request #20 from L1ghtn1ng/dependabot/pip/dev/shodan-1.17.0 2019-09-22 00:12:14 +00:00
dependabot-preview[bot]andGitHub 581b006c7a Bump shodan from 1.16.0 to 1.17.0
Bumps [shodan](https://github.com/achillean/shodan-python) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/achillean/shodan-python/releases)
- [Changelog](https://github.com/achillean/shodan-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/achillean/shodan-python/compare/1.16.0...1.17.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-21 23:58:05 +00:00
dependabot-preview[bot]andGitHub 669feeeac7 Merge pull request #19 from L1ghtn1ng/dependabot/pip/dev/shodan-1.16.0 2019-09-21 18:43:22 +00:00
dependabot-preview[bot]andGitHub 11fc174fee Bump shodan from 1.15.0 to 1.16.0
Bumps [shodan](https://github.com/achillean/shodan-python) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/achillean/shodan-python/releases)
- [Changelog](https://github.com/achillean/shodan-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/achillean/shodan-python/compare/1.15.0...1.16.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-21 18:29:35 +00:00
dependabot-preview[bot]andGitHub 350409555f Merge pull request #18 from L1ghtn1ng/dependabot/pip/dev/pytest-5.1.3 2019-09-21 14:18:02 +00:00
dependabot-preview[bot]andGitHub a18dd92cc9 Bump pytest from 5.1.2 to 5.1.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.1.2 to 5.1.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/5.1.2...5.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-21 14:02:30 +00:00
VKen d6558bcc65 fixed code flow to run google_workaround for googlesearch linkedinsearch 2019-09-19 15:23:17 +08:00
NotoriousRebel 05e00260c4 Syncing. 2019-09-16 00:19:45 -04:00
J.TownsendandGitHub b167292a49 Merge pull request #301 from L1ghtn1ng/dev
static typing updates and shadow name fixes
2019-09-15 21:39:35 +01:00
Jay Townsend faa7d7c44d Turns out this is not needed 2019-09-15 21:16:33 +01:00
Jay Townsend b59347e98e Merge remote-tracking branch 'upstream/master' into dev 2019-09-15 20:33:45 +01:00
Jay Townsend 8e71d290b1 Static typing updates 2019-09-15 20:31:57 +01:00
J.TownsendandGitHub 36321bd97c Merge pull request #300 from L1ghtn1ng/dev
Misc updates and fixes
2019-09-15 14:30:36 +01:00
Jay Townsend 9bbef96d26 Make travis use ubuntu 18.04 instead of 16.04 2019-09-15 14:19:35 +01:00
Jay Townsend 3255273a57 Fix lgtm issue 2019-09-15 14:04:55 +01:00
Jay Townsend 4b71c6926d Add FUNDING.yml 2019-09-15 13:48:49 +01:00
Jay Townsend 9c9e6f2d9a lgtm fixes and a few other fixes 2019-09-15 13:32:29 +01:00
Jay Townsend 94de2f6423 Pep8 fickes for lgtm 2019-09-14 16:49:30 +01:00
Jay Townsend 466f18e001 mypy fixes
Signed-off-by: Jay Townsend <townsend891@hotmail.com>
2019-09-12 23:36:26 +01:00
NotoriousRebel d56ee5a672 Fixed two mypy errors. 2019-09-12 17:45:50 -04:00
Jay Townsend 1cb0dfbc20 update deps order to please Lee ;-) 2019-09-12 22:28:48 +01:00
Jay Townsend 0cb10a3ce2 update IPy.py from upstream 2019-09-12 22:27:38 +01:00
Jay Townsend 4db2d1425e flake8 changes/ lgtm fixes 2019-09-12 22:27:03 +01:00
Jay Townsend 357311474f Merge branch 'dev' of github.com:L1ghtn1ng/theHarvester into dev 2019-09-12 21:25:37 +01:00
J.TownsendandGitHub 38c9731262 Merge pull request #17 from NotoriousRebel/master
Implemented Google Work Around and more static typing.
2019-09-12 21:02:07 +01:00
NotoriousRebel a833c1ec18 Added sleep delay for google dorking and searching profiles from google also fixed spelling mistake in comment. 2019-09-12 14:48:17 -04:00
NotoriousRebel 62a62a339c Added space after # to conform to pep8. 2019-09-12 03:19:57 -04:00
NotoriousRebel c86d663e6f add space after comma to follow pep8 standards. 2019-09-12 03:12:25 -04:00
NotoriousRebel 193f2cb36a Added time delay per each request for Linkedin and commented out redundant statement in constants function. 2019-09-12 03:11:18 -04:00
NotoriousRebel 138fc0bceb Removed trace of testing in googlesearch 2019-09-12 03:03:03 -04:00