Giter VIP home page Giter VIP logo

dnsenum's People

Contributors

fwaeytens avatar

dnsenum's Issues

Do AAAA queries.

Not a problem, just a feature request: It would be very useful to have AAAA 
support since there might be IPv6-only records that are being missed.

Original issue reported on code.google.com by [email protected] on 7 Apr 2011 at 10:27

Wild-carded DNS Enumeration

Wild-carded DNS enumeration should be possible and would be a useful feature.  
If its already been determined that the DNS is wildcard, then various queries 
are resolving into the same resource record, i.e.

abc.foo.com == A ==> 10.0.0.1
xyz.foo.com == A ==> 10.0.0.1
fff.foo.com == A ==> 10.0.0.1
.
.
.

Make note of that as:

*.foo.com? == A ==> 10.0.0.1

and anything that doesn't resolve into 10.0.0.1, it isn't a wildcard entry, 
continuing our example:

abc.foo.com == A ==> 10.0.0.1
xyz.foo.com == A ==> 10.0.0.1
fff.foo.com == A ==> 10.0.0.1
db.foo.com == A ==> 192.168.0.123
orf.foo.com == A ==> 10.0.0.1
iwd.foo.com == A ==> 10.0.0.1

.
.
.

Once the enumeration finishes, you could output something like:

*.foo.com? == A ==> 10.0.0.1
db.foo.com == A ==> 192.168.0.123

Original issue reported on code.google.com by [email protected] on 31 Dec 2011 at 10:52

Misspelling

"DNSenum is a pentesting cool created to enumerate DNS info about domains"

cool? or tool?

Original issue reported on code.google.com by [email protected] on 24 Jun 2013 at 6:03

cannot import xml output in magictree

./dnsenum.pl --enum -o test.xml example.com

MagicTree fail during import of test.xml file:

20:22.39 Failed reading data file. File /root/log/log.xml is not a supported 
XML format

Platform: Backtrack 5 (daily updated).

Original issue reported on code.google.com by [email protected] on 7 Aug 2011 at 6:26

Bind version shows unprintable characters

(This won't literally work. You need to specify a domain hosted by DnyDNS.)

% perl dnsenum.pl --dnsserver ns1.mydyndns.org example.com
[...]
Trying Zone Transfer for example.com on ns5.mydyndns.org ... 
AXFR record query failed: NOERROR

ns5.mydyndns.org Bind Version: �Dyn
[...]

The "D" in "Dyn" is apparently Unicode and displays as a "unknown character" 
placeholder box in my terminal emulator. Probably something DnyDNS has done 
intentionally (not sure why), and maybe nothing you can do about it, but until 
I cut-and-pasted the string into a web browser, the "?yn" string looked like 
dnsenum was spitting out bad data.

Original issue reported on code.google.com by [email protected] on 25 Mar 2013 at 11:04

--dnsenum option is not fully used.

What steps will reproduce the problem?
1. ./dnsenum.pl --dnsserver localhost -v my_domain.com
2. In my /etc/resoslv.conf I have a public DNS Server
3. my_domain.com exists only in my localhost DNS Server.

What is the expected output? What do you see instead?
If --dnsserver option is used, my public DNS server in /etc/resolv.conf
should not be used. I think it is. 

What version of the product are you using? On what operating system?
I am using dnsenum.pl version 1.2 on backtrack beta 4.

Please provide any additional information below.
My Public DNS Server is not used for A, NS and MX resolution, but it is for
AXFR transfert to resolve ns.my_domain.com (probably line 728). So zone
transfert fails because my_domain.com is not know by public DNS server.

Original issue reported on code.google.com by [email protected] on 13 Feb 2009 at 4:42

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.