From 4324ba33e4f6adb2b505ceaa07fe1b9daacd4993 Mon Sep 17 00:00:00 2001 From: darkoperator Date: Mon, 23 Oct 2017 13:07:31 -0300 Subject: [PATCH] Update to Readme file --- README.md | 10 ++++++ out.json | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 107 insertions(+) create mode 100644 out.json diff --git a/README.md b/README.md index 1d6b7a2e..895cbfe8 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/out.json b/out.json new file mode 100644 index 00000000..c8c895b6 --- /dev/null +++ b/out.json @@ -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" + } +] \ No newline at end of file