mirror of
https://github.com/nmap/nmap.git
synced 2026-02-01 11:09:07 +00:00
62955f75e6d6f2fd504c197414bf5ae0484db255
o [NSE] Scripts that take an argument for a time duration can now have the duration be a number followed by a unit, like other times in Nmap. For example, 10m for 10 minutes. The units understood are ms for milliseconds, s for seconds, m for minutes, and h for hours. Seconds are the default if no unit is specified. The new function stdnse.parse_timespec does the parsing of these formats. The qscan.delay script argument, which formerly interpreted its argument as being in milliseconds, now defaults to seconds; append "ms" to continue using the same numbers. [David]
Added matchline for the Arucer backdoor. The Arucer backdoor was found to be packaged with drivers for the Energizer USB recharger: http://www.kb.cert.org/vuls/id/154421
Modified UDP-payload-related code to make it independent of the NmapOps class so it can be reused by other apps like Nping. More info at http://seclists.org/nmap-dev/2009/q3/0051.html
Here is some documentation for Nmap, but these files are much less comprehensive than what you'll find at the actual Nmap documentation site ( http://nmap.org ).
Description
Languages
C
37.5%
Lua
28.1%
C++
16.8%
Shell
5.8%
Python
4.2%
Other
7.3%