Commit graph

1428 commits

Author SHA1 Message Date
NotoriousRebel 9ba63bc690 Fixed error where would attempt to fetch with proxy as empty string. 2020-02-11 14:25:03 -05:00
NotoriousRebel 520bc45295 readded file. 2020-02-07 15:26:38 -05:00
NotoriousRebel 75899678a6 Added capability for every module to utilize proxies. 2020-02-07 15:25:24 -05:00
NotoriousRebel b451fb4810 Removed https proxies as aiohttp only officially sports http proxies. 2020-02-07 13:12:11 -05:00
NotoriousRebel 02c31e35dc SYncing.
Merge branch 'master' of https://github.com/laramies/theHarvester into dev
2020-02-05 17:02:50 -05:00
NotoriousRebel 2e795c1217 Updated. 2020-02-05 17:02:32 -05:00
NotoriousRebel c08b0f3982 Added proxies.yaml for initial commit for integration of proxies. 2020-02-05 00:39:50 -05:00
Matt 1a50276c95
Merge branch 'master' into dev 2020-01-14 21:29:32 -05:00
NotoriousRebel 62f3bc6f93 Got spyse working and fixed linkedin test. 2020-01-14 21:25:58 -05:00
Matt 2545a52972
Merge pull request #32 from NotoriousRebel/dev
Increased timeout in stash, cleaned up hostnames in virustotal result…
2020-01-12 23:50:57 -05:00
NotoriousRebel d25d10b22c Increased timeout in stash, cleaned up hostnames in virustotal results, and made it so each module calls hostchecker instead of a big list at the end. 2020-01-12 23:49:26 -05:00
Matt dbbdf2b0c5
Merge branch 'dev' into master 2020-01-12 17:51:35 -05:00
Matt be03878e90
Merge pull request #31 from NotoriousRebel/dev
Made takeover module asynchronous and added a flag if user wishes to …
2020-01-12 17:50:12 -05:00
NotoriousRebel babb2bd206 Made takeover module asynchronous and added a flag if user wishes to perform subdomain takeover checks. 2020-01-12 17:41:46 -05:00
L1ghtn1ng 2b1ce6c868 Fix merge conflict in otx hopefully take2 2020-01-11 20:09:18 +00:00
L1ghtn1ng 6f7b4d0a93 Fix merge conflict in otx hopefully 2020-01-11 20:04:13 +00:00
L1ghtn1ng fd32110a2b Update deps and code style updates 2020-01-11 19:57:23 +00:00
J.Townsend 9dbe3b97d0
Merge pull request #69 from NotoriousRebel/master
Implemented asyncio.queue and other misc changes.
2020-01-08 21:14:42 +00:00
J.Townsend 80954ddb33
Merge pull request #68 from L1ghtn1ng/dependabot/pip/dev/shodan-1.21.2
Bump shodan from 1.21.1 to 1.21.2
2020-01-08 21:14:09 +00:00
dependabot-preview[bot] abc02c3aa5
Bump shodan from 1.21.1 to 1.21.2
Bumps [shodan](https://github.com/achillean/shodan-python) from 1.21.1 to 1.21.2.
- [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.21.1...1.21.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-08 21:12:27 +00:00
J.Townsend 3e2ac73e00
Merge pull request #67 from L1ghtn1ng/dependabot/pip/dev/pyyaml-5.3
Bump pyyaml from 5.2 to 5.3
2020-01-08 21:09:34 +00:00
Matt 51c2d5489d
Merge branch 'dev' into master 2020-01-08 14:48:42 -05:00
Matt 3499048504
Merge pull request #30 from NotoriousRebel/dev
Implemented asyncio.queue to process coroutines.
2020-01-08 14:47:40 -05:00
NotoriousRebel 93e1f00e0d Fixed flake8 issues. 2020-01-08 14:46:11 -05:00
NotoriousRebel ec68beffb2 Optimized database to do an executemany instead of single execute to resolve sqlite3 locking up, other misc. changes. 2020-01-08 14:35:44 -05:00
NotoriousRebel ec09dc0adf Removed wow.py as that was test moved queue implementation to main.py 2020-01-07 22:17:45 -05:00
NotoriousRebel 7038f8976c Implemented an asyncio.queue to create workers to handle each coroutine. 2020-01-07 10:36:27 -05:00
NotoriousRebel ad22b9a8c1 Updated searches made google workaround just return True right away atm. 2020-01-06 17:32:34 -05:00
dependabot-preview[bot] 442917aeae
Bump pyyaml from 5.2 to 5.3
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.2 to 5.3.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.2...5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-06 20:25:52 +00:00
L1ghtn1ng 026311fcdb More wip for getting tests working 2020-01-04 07:24:09 +00:00
L1ghtn1ng 67950bb3c2 Fix trello missed await call and fix flake8 errors 2020-01-04 06:10:49 +00:00
J.Townsend c6e8077af9
Merge pull request #66 from NotoriousRebel/master
Ported github-code to use aiohttp.
2020-01-04 05:52:48 +00:00
Matt ac791355e2
Merge pull request #29 from NotoriousRebel/dev
Ported rest of modules to use aiohttp
2020-01-04 00:02:53 -05:00
NotoriousRebel b5f65cc3b1 readded file. 2020-01-04 00:01:34 -05:00
NotoriousRebel b837f55996 Ported other modules to use aiohttp. 2020-01-04 00:00:21 -05:00
NotoriousRebel 6ea654a2e2 Updated constants to utilize proxy shuffling, needs tweaking before ready. 2020-01-03 00:47:45 -05:00
NotoriousRebel 31fe18d135 Updated .gitignore. 2020-01-02 21:15:39 -05:00
Matt 19b10effb7
Merge pull request #28 from NotoriousRebel/dev
Ported github-code
2020-01-02 21:13:42 -05:00
NotoriousRebel 3c5221f324 Updated gitignore and removed debugging remnants. 2020-01-02 21:12:56 -05:00
NotoriousRebel 6a62d2db4b Ported github-code to use aiohttp. 2020-01-02 21:06:12 -05:00
L1ghtn1ng 90dd0af423 WIP for twitter port to async and update all other modules that use myparser 2020-01-02 02:38:17 +00:00
L1ghtn1ng 16df13775e WIP for twitter port to async 2020-01-01 21:59:59 +00:00
L1ghtn1ng d6f5a70f7f Flake8 fix 2020-01-01 20:54:42 +00:00
J.Townsend 10345ae969
Merge pull request #65 from NotoriousRebel/master
Ported security trails to use aiohttp.
2020-01-01 20:34:50 +00:00
Matt 207ff7a081
Merge branch 'dev' into master 2020-01-01 13:36:30 -05:00
Matt 450b3b5ec2
Merge pull request #27 from NotoriousRebel/dev
Ported security trails to use aiohttp.
2020-01-01 13:34:39 -05:00
NotoriousRebel c633834a4d Ported security trails to use aiohttp. 2020-01-01 13:33:31 -05:00
L1ghtn1ng b8e7064d9c WIP for securitytrails port to async 2020-01-01 04:44:25 +00:00
L1ghtn1ng 8cfabc2749 WIP for securitytrails port to async 2020-01-01 04:41:37 +00:00
L1ghtn1ng 5fe0458a66 WIP for securitytrails port to async 2020-01-01 04:37:31 +00:00