mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Note that resolveall.nse is replaced by --resolve-all option [ci skip]
This commit is contained in:
parent
ddcbf14ff5
commit
5ad05bdbab
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ local target = require "target"
|
|||
local ipOps = require "ipOps"
|
||||
|
||||
description = [[
|
||||
NOTE: This script has been replaced by the <code>--resolve-all</code>
|
||||
command-line option in Nmap 7.70
|
||||
|
||||
Resolves hostnames and adds every address (IPv4 or IPv6, depending on
|
||||
Nmap mode) to Nmap's target list. This differs from Nmap's normal
|
||||
host resolution process, which only scans the first address (A or AAAA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue