mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-01 21:40:24 +00:00
Added example for resolveall script
This is useful when the DNS server responds with multiple A records for a given domain.
This commit is contained in:
parent
448dedcfdd
commit
e1e26c56a6
@ -4,6 +4,9 @@ nmap [target]
|
||||
# Scan from a list of targets:
|
||||
nmap -iL [list.txt]
|
||||
|
||||
# Scan port for all available A records (useful when multiple A records are returned by the DNS server)
|
||||
nmap --script resolveall --script-args newtargets,resolveall.hosts=[target] -p [port]
|
||||
|
||||
# iPv6:
|
||||
nmap -6 [target]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user