From 9e05d2c686e42b54146924b5e8e7720855f9c7cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B9=80=40?= <13465586+matsawyer@users.noreply.github.com> Date: Thu, 7 May 2020 14:44:49 -0700 Subject: [PATCH 1/6] [Fix Typo] Removed 2nd `t` in `statges` `stages` seems to be the intended wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 494133f3..03e27214 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ What is this? ------------- -theHarvester is a very simple to use, yet powerful and effective tool designed to be used in the early statges of a
+theHarvester is a very simple to use, yet powerful and effective tool designed to be used in the early stages of a
penetration test or red team engagement. Use it for open source intelligence (OSINT) gathering to help determine a
company's external threat landscape on the internet. The tool gathers emails, names, subdomains, IPs and URLs using
multiple public data sources that include: From 81270955d23a42de55b49ccdffc66b879b75933f Mon Sep 17 00:00:00 2001 From: L1ghtn1ng Date: Sat, 9 May 2020 00:54:45 +0100 Subject: [PATCH 2/6] Update readme to include pentesttools --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e0961251..a2aaff68 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ Passive: * otx: AlienVault Open Threat Exchange - otx.alienvault.com +* pentesttools: Powerful Penetration Testing Tools, Easy to Use (Needs an API key and is not free for API access) - https://pentest-tools.com/home + * securityTrails: Security Trails search engine, the world's largest repository of historical DNS data
(Requires an API key, see below.) - www.securitytrails.com @@ -83,6 +85,7 @@ Add your keys to api-keys.yaml * github * hunter * intelx +* pentesttools * securityTrails * shodan * spyse From a8c1018246dc352743c1728fa5326acebe576aff Mon Sep 17 00:00:00 2001 From: L1ghtn1ng Date: Sat, 9 May 2020 04:47:10 +0100 Subject: [PATCH 3/6] Quick style update --- theHarvester/discovery/pentesttools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theHarvester/discovery/pentesttools.py b/theHarvester/discovery/pentesttools.py index 4f8266ae..66eccc5a 100644 --- a/theHarvester/discovery/pentesttools.py +++ b/theHarvester/discovery/pentesttools.py @@ -22,7 +22,7 @@ class SearchPentestTools: while True: current_time = timer() if current_time - start >= 300: - status = input('Pentesttools scan has reached 5 minute mark would you like to stop scan: y/n') + status = input('Pentesttools scan has reached 5 minute mark would you like to stop scan? [y/n]: ') if status == 'y': return self.total_results time.sleep(3) From ee3b6216531f8d34c806d780986a528c36079334 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 9 May 2020 15:58:04 +0000 Subject: [PATCH 4/6] Bump plotly from 4.7.0 to 4.7.1 in /requirements Bumps [plotly](https://github.com/plotly/plotly.py) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v4.7.0...v4.7.1) Signed-off-by: dependabot-preview[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index f5707cc9..d45227fb 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,7 +4,7 @@ aiosqlite==0.13.0 beautifulsoup4==4.9.0 dnspython==1.16.0 netaddr==0.7.19 -plotly==4.7.0 +plotly==4.7.1 PyYAML==5.3.1 requests==2.23.0 retrying==1.3.3 From 07b31105d4967415f78475582e8517ecb34ec86e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 9 May 2020 15:58:27 +0000 Subject: [PATCH 5/6] Bump pytest from 5.4.1 to 5.4.2 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.1 to 5.4.2. - [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.1...5.4.2) Signed-off-by: dependabot-preview[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 0612680e..3646c297 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -2,5 +2,5 @@ flake8==3.7.9 mypy==0.770 mypy-extensions==0.4.3 -pytest==5.4.1 +pytest==5.4.2 pytest-asyncio==0.12.0 \ No newline at end of file From 5c2cb5457fb182f8a60e988d1001a054b39bca39 Mon Sep 17 00:00:00 2001 From: L1ghtn1ng Date: Sat, 9 May 2020 17:11:04 +0100 Subject: [PATCH 6/6] Update deps --- Pipfile | 1 + requirements/dev.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/Pipfile b/Pipfile index 49f8f753..c036af18 100644 --- a/Pipfile +++ b/Pipfile @@ -24,5 +24,6 @@ certifi = "==2020.4.5.1" flake8 = "==3.7.9" mypy = "==0.770" mypy-extensions = "==0.4.3" +pyflakes = "==2.2.0" pytest = "==5.4.1" pytest-asyncio = "==0.12.0" diff --git a/requirements/dev.txt b/requirements/dev.txt index 3646c297..770aebd1 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -2,5 +2,6 @@ flake8==3.7.9 mypy==0.770 mypy-extensions==0.4.3 +pyflakes==2.2.0 pytest==5.4.2 pytest-asyncio==0.12.0 \ No newline at end of file