Skip to content

Commit

Permalink
Update to Readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
darkoperator committed Oct 23, 2017
1 parent 1a7a583 commit 4324ba3
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@

## Version 0.8.11

### Date: 10/23/17
### Changes:
- Bug fix for python 3.6.x and the Google enumeration type.
- Merged PR for Bing support.
- Fixed issue when doing zone walks on servers without a SOA record.

## Version 0.8.9

### Date: 1/14/14
### Changes:
- Bug fixes.

## Version 0.8.8
- Minor bug fixes in parsing tool and dnsrecon.
Expand Down
97 changes: 97 additions & 0 deletions out.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
[
{
"arguments": "./dnsrecon.py -t brt -d darkoperator.com --json out.json --iw",
"date": "2017-10-21 11:35:34.952578",
"type": "ScanInfo"
},
{
"name": "calendar.darkoperator.com",
"target": "ghs.google.com",
"type": "CNAME"
},
{
"address": "216.58.193.179",
"name": "ghs.google.com",
"type": "A"
},
{
"name": "calendar.darkoperator.com",
"target": "ghs.google.com",
"type": "CNAME"
},
{
"address": "2607:f8b0:4002:812::2013",
"name": "ghs.google.com",
"type": "AAAA"
},
{
"name": "docs.darkoperator.com",
"target": "ghs.google.com",
"type": "CNAME"
},
{
"address": "216.58.193.179",
"name": "ghs.google.com",
"type": "A"
},
{
"name": "docs.darkoperator.com",
"target": "ghs.google.com",
"type": "CNAME"
},
{
"address": "2607:f8b0:4002:812::2013",
"name": "ghs.google.com",
"type": "AAAA"
},
{
"address": "198.105.244.228",
"name": "home.darkoperator.com",
"type": "A"
},
{
"address": "198.105.254.228",
"name": "home.darkoperator.com",
"type": "A"
},
{
"address": "198.105.244.228",
"name": "homebase.darkoperator.com",
"type": "A"
},
{
"address": "198.105.254.228",
"name": "homebase.darkoperator.com",
"type": "A"
},
{
"address": "198.105.244.228",
"name": "homer.darkoperator.com",
"type": "A"
},
{
"address": "198.105.254.228",
"name": "homer.darkoperator.com",
"type": "A"
},
{
"address": "198.105.244.228",
"name": "http.darkoperator.com",
"type": "A"
},
{
"address": "198.105.254.228",
"name": "http.darkoperator.com",
"type": "A"
},
{
"address": "198.105.244.228",
"name": "https.darkoperator.com",
"type": "A"
},
{
"address": "198.105.254.228",
"name": "https.darkoperator.com",
"type": "A"
}
]

0 comments on commit 4324ba3

Please sign in to comment.