mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
In ftp-anon.nse, note that ftp-anon.maxlist=0 disable directory listing.
This commit is contained in:
parent
5731d55219
commit
2dedb261d9
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ and highlights writeable files.
|
|||
---
|
||||
-- @args ftp-anon.maxlist The maximum number of files to return in the
|
||||
-- directory listing. By default it is 20, or unlimited if verbosity is
|
||||
-- enabled. Use a negative number to disable the limit.
|
||||
-- enabled. Use a negative number to disable the limit, or
|
||||
-- <code>0</code> to disable the listing entirely.
|
||||
--
|
||||
-- @output
|
||||
-- PORT STATE SERVICE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue