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

Extend nmap_mass_rdns to support IPv6 #51

Closed
dmiller-nmap opened this issue Jan 21, 2015 · 2 comments
Closed

Extend nmap_mass_rdns to support IPv6 #51

dmiller-nmap opened this issue Jan 21, 2015 · 2 comments

Comments

@dmiller-nmap
Copy link

nmap_mass_rdns in nmap_dns.cc has this little disappointment:

  // mass_dns only supports IPv4.
  if (o.mass_dns && o.af() == AF_INET)
    nmap_mass_rdns_core(targets, num_targets);
  else
    nmap_system_rdns_core(targets, num_targets);

I don't see any technical reason why IPv6 couldn't also be supported, which would give a big speed boost to IPv6 scans, especially -sL list scans, which can be a cheap, stealthy way of doing target discovery.

@G10h4ck
Copy link
Contributor

G10h4ck commented Jun 19, 2015

@jkryanchou
Copy link

It looks cool !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants