mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Clarify nmap.fetchfile only searches Nmap's paths
This commit is contained in:
parent
a606766d88
commit
666de7b83f
1 changed files with 4 additions and 2 deletions
|
|
@ -143,8 +143,10 @@ function get_ttl()
|
|||
-- @usage local payload_length = nmap.get_payload_length
|
||||
function get_payload_length()
|
||||
|
||||
--- Searches for the specified file and returns a string containing its path if
|
||||
-- it is found and readable (to the process).
|
||||
--- Searches for the specified file relative to Nmap's search paths and returns
|
||||
-- a string containing its path if it is found and readable (to the process).
|
||||
-- Absolute paths and paths relative to the current directory will not be
|
||||
-- searched.
|
||||
--
|
||||
-- If the file is not found, not readable, or is a directory, <code>nil</code>
|
||||
-- is returned.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue