Commit graph

2193 commits

Author SHA1 Message Date
dependabot-preview[bot] d12a356339
Bump more-itertools from 8.3.0 to 8.4.0
Bumps [more-itertools](https://github.com/more-itertools/more-itertools) from 8.3.0 to 8.4.0.
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](https://github.com/more-itertools/more-itertools/compare/v8.3.0...v8.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-29 05:16:48 +00:00
NotoriousRebel 75271e3ded Aiomultiprocess is working with proper chunking of list need to do a few tweakings before ready. 2020-06-29 00:11:55 -04:00
J.Townsend 0270abeaaa
Merge pull request #456 from L1ghtn1ng/dev
Update Pentesttools module to make it faster
2020-06-28 19:37:28 +01:00
L1ghtn1ng be21f92019 Update Pentesttools module to make it faster 2020-06-28 18:54:19 +01:00
NotoriousRebel 03adc7e79e sync. 2020-06-28 12:38:25 -04:00
J.Townsend a9b98498a7
Merge pull request #455 from L1ghtn1ng/dev
Update deps
2020-06-28 16:15:27 +01:00
L1ghtn1ng 3728560c8b Update deps 2020-06-28 16:05:12 +01:00
J.Townsend b55f0c9ba1
Merge pull request #454 from steve-bate/windows-support
Added code to support Windows 10
2020-06-27 14:48:57 +01:00
Steve Bate bf8b7a49d1 Added code to support Windows 10 operation.
Manually tested with Python 3.8.3. Using SelectorEventLoop because
of issues with default ProactorEventLoop on Windows (e.g., missing
add_reader implementation needed by aiodns). Made the uvloop install
requirement conditional on the operating system (skipped on
Windows platforms). This change doesn't allow setup.py to run on
Windows (because of /etc/theHarvester reference), but supports running
theHarvester.py directly from a cloned workspace.
2020-06-27 08:11:17 -04:00
NotoriousRebel 50a6c76716 Real commit for screenshot functionality. 2020-06-25 09:04:00 -04:00
NotoriousRebel 685c3c6823 Init commit of basic screenshot functionality. 2020-06-25 08:57:10 -04:00
NotoriousRebel 40351d6d16 resolve conflicts. 2020-06-21 19:40:21 -04:00
NotoriousRebel 72af947f16 Added endpoint for dnsbrute force. 2020-06-20 15:38:47 -04:00
NotoriousRebel adc807315b Fixed fastapi pip installation as fastapi 0.55.1 requires starlette 0.13.2 2020-06-08 19:13:36 -04:00
NotoriousRebel ac6d748700 Testing if this version works with docker. 2020-06-08 18:27:34 -04:00
NotoriousRebel 4aff8e432f added docker files for deploying web app. 2020-06-07 23:10:20 -04:00
NotoriousRebel 523da54841 Fixed pep8 hopefully. 2020-06-06 17:05:55 -04:00
NotoriousRebel 221715be41 Fixed pep8 issue hopefully. 2020-06-06 15:16:36 -04:00
NotoriousRebel aac9fa3ac8 renamed directory from web to app. 2020-06-06 12:48:28 -04:00
NotoriousRebel 30cd8d238a Fixed sorting. 2020-06-06 00:15:36 -04:00
NotoriousRebel 437dbee191 Fixed pep8 issues. 2020-06-06 00:09:37 -04:00
NotoriousRebel ff08e1310e Fixed merge conflicts hopefully. 2020-06-05 21:30:07 -04:00
NotoriousRebel 80f8e87b56 Fixed how results were displayed when using API for html reporting as well as new endpoint for user to query for available sources. 2020-06-05 21:17:48 -04:00
L1ghtn1ng c55c4fdbb0 code style fixes 2020-06-06 01:24:22 +01:00
L1ghtn1ng a2c3835c62 code style updates and fix a bug in the restapi start script 2020-06-06 00:05:22 +01:00
NotoriousRebel 668fb8c453 Changed json response to orjson to increase speed as well as few logic bug fixes. 2020-06-05 18:59:46 -04:00
L1ghtn1ng 050335a927 code style updates 2020-06-05 15:54:27 +01:00
L1ghtn1ng 6d9158f7ca remove uneeded param and update deps for restapi 2020-06-05 15:48:26 +01:00
L1ghtn1ng 2fd8ea7d29 Make restfulHarvest have 700 permissions 2020-06-05 15:44:47 +01:00
L1ghtn1ng 51e92b6eb5 Fix threatminer unittest 2020-06-05 15:39:11 +01:00
L1ghtn1ng 8cf02633c9 Sort out deps for restapi 2020-06-05 15:26:47 +01:00
J.Townsend a8cad8a74e
Merge pull request #146 from NotoriousRebel/dev
Initial commit for rest API.
2020-06-05 10:58:50 +01:00
NotoriousRebel f6561c4081 Pinned version of fastapi. 2020-06-04 23:55:52 -04:00
NotoriousRebel fcc1887490 minor comment fixes. 2020-06-04 23:34:58 -04:00
NotoriousRebel e8f43ba424 Added parser for example interaction with api as well as introduced ratelimit with slowapi. 2020-06-04 23:33:58 -04:00
NotoriousRebel 55ff1f1792 fixed small logic bug with how xml name was returned.' 2020-06-04 20:19:11 -04:00
NotoriousRebel 7e12defdc0 fixed pep8 errors. 2020-06-04 18:55:23 -04:00
NotoriousRebel 88c8a12dff small logic fix. 2020-06-04 18:46:06 -04:00
NotoriousRebel db6c908a8a syncing and fixed error. 2020-06-04 18:37:03 -04:00
NotoriousRebel 5a33f1c59f removed comment. 2020-06-04 18:35:37 -04:00
NotoriousRebel 92b1eff34c added restfulharvest. 2020-06-04 18:35:26 -04:00
NotoriousRebel 2ec90c7840 removed comment. 2020-06-04 18:34:42 -04:00
Matt 341386826d
Merge branch 'dev' into dev 2020-06-04 18:29:50 -04:00
NotoriousRebel 675da9ed54 Initial commit for rest API. 2020-06-04 18:28:06 -04:00
J.Townsend ee77074508
Merge pull request #141 from L1ghtn1ng/dependabot/pip/requirements/dev/pytest-5.4.3
Bump pytest from 5.4.2 to 5.4.3 in /requirements
2020-06-04 23:01:50 +01:00
J.Townsend 9a62f5e9bd
Merge pull request #144 from L1ghtn1ng/dependabot/pip/requirements/dev/mypy-0.780
Bump mypy from 0.770 to 0.780 in /requirements
2020-06-04 23:01:20 +01:00
dependabot-preview[bot] 50e8e7149d
Bump pytest from 5.4.2 to 5.4.3 in /requirements
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.2 to 5.4.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.4.2...5.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-04 07:53:24 +00:00
dependabot-preview[bot] e573d9cc09
Bump mypy from 0.770 to 0.780 in /requirements
Bumps [mypy](https://github.com/python/mypy) from 0.770 to 0.780.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.770...v0.780)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-04 07:53:23 +00:00
J.Townsend 95f7e4e9fa
Merge pull request #145 from L1ghtn1ng/dependabot/pip/dev/mypy-0.780
Bump mypy from 0.770 to 0.780
2020-06-04 08:52:04 +01:00
dependabot-preview[bot] d047405b11
Bump mypy from 0.770 to 0.780
Bumps [mypy](https://github.com/python/mypy) from 0.770 to 0.780.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.770...v0.780)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-04 05:25:01 +00:00