mirror of
https://github.com/nmap/nmap.git
synced 2026-02-05 04:56:34 +00:00
6112cb9a43327fed0c1ebc6e25959c849a10f9b1
set correctly. 1. Shift the low-order bits of fc by 20 bits, not 28, because fl is a 20-bit field. 2. Use a mask in host byte order to mask fl, which is also provided in host byte order. 3. Swap | and & in combining fc and fl.
Implemented some changes (mostly in error handling) to let smb scripts run in parallel with each other against a single host. Previously, I had used a mutex to prevent that from happening. The changes are summarized in the following post: http://seclists.org/nmap-dev/2010/q3/819, but it comes down to three things:
Merge r18160:18278 from nmap-exp/djalal/nmap-nse/ to fix NSE not honoring the exclude directive bug.
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%