2
0
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:
Julian Müller 2019-01-09 16:47:25 +01:00 committed by GitHub
parent 448dedcfdd
commit e1e26c56a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]