Commit graph

1897 commits

Author SHA1 Message Date
L1ghtn1ng 00c853f7bc Merge branch 'dev' of github.com:L1ghtn1ng/theHarvester into dev 2020-03-22 17:46:17 +00:00
L1ghtn1ng 075d8929d7 Fix merge conflict 2020-03-22 17:45:56 +00:00
J.Townsend 0bcedaa65c
Merge pull request #406 from L1ghtn1ng/docker-fix
Update readme and deps and fix docker build
2020-03-22 17:37:45 +00:00
L1ghtn1ng 27eb67e5c3 Update readme and deps and fix docker build 2020-03-22 17:36:41 +00:00
David Mougeolle 86df2ca295 Allow the user to specify the name server used for the lookups 2020-03-20 19:40:36 +01:00
David Mougeolle c5a9a7fb6f Fix typos 2020-03-20 18:13:36 +01:00
David Mougeolle 55fc10bee0 Fix type hints 2020-03-20 17:56:14 +01:00
David Mougeolle 1b7adaf90a Lint 2020-03-20 16:42:51 +01:00
David Mougeolle b0865ba053 Remove useless async generator utilities 2020-03-20 00:46:16 +01:00
David Mougeolle 295bda21ea Update the list of found hosts async, after each query 2020-03-19 23:19:53 +01:00
David Mougeolle 250e0923a2 Append query results using callbacks 2020-03-19 17:35:30 +01:00
David Mougeolle c911ea8e18 Make each reverse query concurrent 2020-03-19 15:20:19 +01:00
J.Townsend 3181a55ac9
Merge pull request #98 from L1ghtn1ng/dependabot/pip/dev/pyyaml-5.3.1
Bump pyyaml from 5.3 to 5.3.1
2020-03-18 23:08:29 +00:00
dependabot-preview[bot] ced0f331da
Bump pyyaml from 5.3 to 5.3.1
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 to 5.3.1.
- [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.3...5.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-18 22:03:04 +00:00
David Mougeolle d14c28e2fa Run the queries on each range concurrently 2020-03-18 19:43:23 +01:00
David Mougeolle 59afb7f609 Comment & lint 2020-03-18 17:58:15 +01:00
J.Townsend 2ba8227da5
Merge pull request #97 from L1ghtn1ng/dependabot/pip/dev/shodan-1.22.0
Bump shodan from 1.21.3 to 1.22.0
2020-03-17 23:49:17 +00:00
dependabot-preview[bot] 7be62656a9
Bump shodan from 1.21.3 to 1.22.0
Bumps [shodan](https://github.com/achillean/shodan-python) from 1.21.3 to 1.22.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.21.3...1.22.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-17 23:42:17 +00:00
David Mougeolle f57353cef5 Make the reverse dns queries asynchronous 2020-03-17 21:09:09 +01:00
David Mougeolle 5e447ddea7 Sanitize the ip before reversing 2020-03-17 15:24:27 +01:00
David Mougeolle 03a73f33c7 Output the found hosts one at a time 2020-03-17 15:24:27 +01:00
David Mougeolle 36e63f549b Rewrite DnsReverse in functional style 2020-03-17 15:24:27 +01:00
David Mougeolle 80fa09d8d8 List the ips in any range, not just '/24' 2020-03-17 15:24:27 +01:00
David Mougeolle d461316625 Comply with mypy 2020-03-17 15:24:27 +01:00
David Mougeolle 8a267e7a3c Rename / remove ambiguous names 2020-03-17 15:24:27 +01:00
David Mougeolle 11acf9c47c Fix ambiguous variable name 2020-03-17 15:24:27 +01:00
David Mougeolle 29f56f4802 Fix typo 2020-03-17 15:24:27 +01:00
David Mougeolle 4a85f0d5e8 Add docstrings 2020-03-17 15:24:27 +01:00
David Mougeolle 8aeea6895e Add type annotations 2020-03-17 15:24:27 +01:00
David Mougeolle e1af1f0a06 Serialize the found domain objects to str 2020-03-17 15:24:27 +01:00
David Mougeolle f037825ba7 Reverse each ip before looking for the CNAME 2020-03-17 15:24:27 +01:00
David Mougeolle fea3556ede List all the IPs in the range 0/24 2020-03-17 15:24:27 +01:00
David Mougeolle e65207b567 Duplicate 'DnsForce', replacing 'domain' with 'iprange' 2020-03-17 15:24:27 +01:00
J.Townsend aedda838c4
Merge pull request #400 from derwentx/master
fix #397
2020-03-15 15:41:51 +00:00
L1ghtn1ng 7ee5bb03eb Update readme and deps 2020-03-15 15:31:43 +00:00
derwentx 79af9e5e53
fix #397 2020-03-14 09:17:34 +11:00
J.Townsend 40cb0a05f6
Merge pull request #96 from L1ghtn1ng/dependabot/pip/dev/pytest-5.4.1
Bump pytest from 5.4.0 to 5.4.1
2020-03-13 14:24:33 +00:00
dependabot-preview[bot] cc8f1334a0
Bump pytest from 5.4.0 to 5.4.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.0 to 5.4.1.
- [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.0...5.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-13 14:23:03 +00:00
J.Townsend 14893d5528
Merge pull request #95 from NotoriousRebel/master
Fixed bug in dnsforce and takeover
2020-03-12 22:03:22 +00:00
J.Townsend da89fb7efa
Merge pull request #94 from L1ghtn1ng/dependabot/pip/dev/pytest-5.4.0
Bump pytest from 5.3.5 to 5.4.0
2020-03-12 22:02:35 +00:00
dependabot-preview[bot] e24ad66d88
Bump pytest from 5.3.5 to 5.4.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.5 to 5.4.0.
- [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.3.5...5.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-12 21:44:13 +00:00
J.Townsend 5a135e4c99
Merge pull request #93 from L1ghtn1ng/dependabot/pip/dev/plotly-4.5.4
Bump plotly from 4.5.3 to 4.5.4
2020-03-12 21:41:40 +00:00
Matt eabfc22f7f
Merge pull request #41 from NotoriousRebel/dev
Fixed bug in dnsforce and in takeover
2020-03-12 16:09:34 -04:00
NotoriousRebel 0811684e10 Fixed bug where dnsforce was not using specified dnsserver, also small fix in takeover. 2020-03-12 16:01:26 -04:00
NotoriousRebel eae9530679 Syncing.
Merge branch 'master' of https://github.com/laramies/theHarvester into dev
2020-03-12 16:00:12 -04:00
dependabot-preview[bot] f8b2dc8daa
Bump plotly from 4.5.3 to 4.5.4
Bumps [plotly](https://github.com/plotly/plotly.py) from 4.5.3 to 4.5.4.
- [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.5.3...v4.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-11 20:49:13 +00:00
J.Townsend f9df1554cc
Merge pull request #92 from L1ghtn1ng/dependabot/pip/dev/mypy-0.770
Bump mypy from 0.761 to 0.770
2020-03-11 08:40:21 +00:00
Lee Baird 10600aab94
Update README.md 2020-03-10 23:42:37 -04:00
Lee Baird 13880366b7
Minor changes. 2020-03-10 23:39:21 -04:00
dependabot-preview[bot] de67477573
Bump mypy from 0.761 to 0.770
Bumps [mypy](https://github.com/python/mypy) from 0.761 to 0.770.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.761...v0.770)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-11 01:31:53 +00:00