Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing final character to CNAME entry when type is AXFR #35

Closed
kartoch opened this issue Mar 6, 2015 · 2 comments
Closed

Missing final character to CNAME entry when type is AXFR #35

kartoch opened this issue Mar 6, 2015 · 2 comments

Comments

@kartoch
Copy link
Contributor

kartoch commented Mar 6, 2015

$ dig AXFR blabla.fr @dns.blabla.fr | grep webuse
lamort.blabla.fr.   21600   IN  CNAME   webuser.blabla.fr.
webuser.blabla.fr.  21600   IN  A   1.2.3.4

Doing same operation with dnsrecon and JSON output:

[
    {
    "arguments": "dnsrecon/dnsrecon.py -t axfr -d blabla.fr -n dns.blabla.fr --json samples/dnsrecon-axfr-blabla.fr.json",
    "date": "2015-03-03 11:52:43.031781",
    "type": "ScanInfo"
    },

...
  {
    "address": "1.2.3.4",
    "name": "webuser.blabla.fr",
    "type": "A",
    "zone_server": "X.X.X.X"
  },
...
  {
    "address": "1.2.3.4",
    "name": "lamort.blabla.fr",
    "target": "webuse",
    "type": "CNAME",
    "zone_server": "X.X.X.X"
  },
...
]  

'webuser' becomes 'webuse' with 'dnsrecon'.

@darkoperator
Copy link
Owner

I think I resolve the issue in my last commit can you confirm

@kartoch
Copy link
Contributor Author

kartoch commented Mar 9, 2015

Yes bb5ce03 fixs it

@kartoch kartoch closed this as completed Mar 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants