Commit graph

1548 commits

Author SHA1 Message Date
L1ghtn1ng
465668a838 Fix flake8 issues bar 1 2020-05-02 03:39:45 +01:00
J.Townsend
f3be7b9a6d
Merge pull request #423 from L1ghtn1ng/deps-fix
update deps to fix issue with py3 as the ssl module is py2 only
2020-05-02 03:15:53 +01:00
L1ghtn1ng
44448e0ce7 update deps to fix issue with py3 as the ssl module is py2 only 2020-05-02 03:01:18 +01:00
J.Townsend
1595658397
Merge pull request #422 from L1ghtn1ng/deps-update
update deps
2020-05-02 02:41:54 +01:00
L1ghtn1ng
5a5a88461b update deps 2020-05-02 02:40:52 +01:00
J.Townsend
0df763708f
Merge pull request #421 from rwhalb/master
Fixed overwriting the HTML file...
2020-05-02 01:09:24 +01:00
laramies
befcbd1813 Fixed SSL issue in OSX
Added Certifi following https://github.com/aio-libs/aiohttp/issues/955
2020-05-02 00:57:36 +02:00
laramies
cec47acedd Updated report template
Added filtering capabilities to the table, sorting, etc.
2020-05-02 00:27:58 +02:00
NST Development
c4a459e953 Fixed overwriting the HTML file... 2020-05-01 14:04:37 -04:00
Matt
ee65e518ff
Update core.py
Fixed small logic bug where proxy wouldn't be used if params were none in fetch method.
2020-04-29 13:14:28 -04:00
J.Townsend
35c9d4d60f
Merge pull request #404 from moodule/reverse-dns-lookup
Reverse dns lookup
2020-04-10 14:53:07 +01:00
Lee Baird
852c1a2fd1
Merge pull request #413 from Hypnoze57/linkedin_minor_improvement
Modify linkedin people stuff
2020-04-08 19:24:05 -04:00
Hypnoze57
ee7dc6f9bc Modify linkedin people stuff 2020-04-07 10:25:47 +02:00
laramies
93780beeb5 Update CONTRIBUTING.md
test
2020-04-02 10:06:59 +02:00
J.Townsend
7df53c86ac
Merge pull request #408 from L1ghtn1ng/shodan-fix
Fixes #407
2020-03-23 18:38:54 +00:00
L1ghtn1ng
cc303bb787 Fixes #407 2020-03-23 18:37:39 +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
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
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
derwentx
79af9e5e53
fix #397 2020-03-14 09:17:34 +11: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
Lee Baird
31be252ea1
Removed comma. 2020-03-10 16:32:19 -04:00
Lee Baird
920ed1a221
Added another example. 2020-03-10 16:31:36 -04:00
J.Townsend
3c4d66d131
Merge pull request #383 from L1ghtn1ng/dev
Lots of async goodness and lots of other misc stuff
2020-02-15 23:44:31 +00:00