mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
cd7df91ce0be4563b6329e971c6544af3c88c22b
string.gsub returns 2 values, the new string and the number of replacements made. It also has a 4th argument, the number of replacements to make. So when you use the return value of gsub as the 3rd argument, and no replacements were made, it instructs the next call to not make any replacements. Thanks to Ron Bowes for reporting this issue.
…
…
…
…
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%