mirror of
https://github.com/nmap/nmap.git
synced 2026-01-05 14:09:02 +00:00
829fbef71528b8dacccd64dab00c8de25573ce17
First, enforce significant digits when converting, e.g. 1.1K to bytes. Next, use the server-returned human-readable format instead of converting to bytes by default. The conversion to bytes is still done to get total byte count. Also changed how boolean options work to better match existing convention: --script-args ls.human or --script-args ls.human=1 now work. You must explicitly say "false", "no", or "0" to make a boolean flag false (or just leave it out).
…
…
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.8%
Lua
28.1%
C++
16.7%
Shell
5.8%
Python
4.2%
Other
7.2%