mirror of
https://github.com/nmap/nmap.git
synced 2026-06-24 18:18:08 +00:00
Apparently the require 'root' feature was removed
This commit is contained in:
parent
e8b422e09a
commit
d498efba48
1 changed files with 4 additions and 6 deletions
10
CHANGELOG
10
CHANGELOG
|
|
@ -308,12 +308,10 @@ o [Zenmap] Changed the "slow comprehensive scan" profile's NSE script
|
|||
|
||||
o [NSE] Added the stdnse.silent_require method which is used for
|
||||
library requires that you know might fail (e.g. "openssl" fails if
|
||||
Nmap was compiled without that library and the new "root" library
|
||||
fails Nmap isn't running with raw packet sending privileges). If
|
||||
these libraries are called with silent_require and fail to load, the
|
||||
script will cease running but the user won't be presented with ugly
|
||||
failure messages as would happen with a normal require. [Patrick
|
||||
Donnelly]
|
||||
Nmap was compiled without that library). If these libraries are
|
||||
called with silent_require and fail to load, the script will cease
|
||||
running but the user won't be presented with ugly failure messages
|
||||
as would happen with a normal require. [Patrick Donnelly]
|
||||
|
||||
o [Ncat] ncat now listens on both localhost and ::1 when you run ncat
|
||||
-l. It works as before if you specify -4 or -6 or a specific
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue