mirror of
https://github.com/nmap/nmap.git
synced 2026-01-29 09:39:03 +00:00
47bc61d69dd76592295214ba6e29c94c90e60a95
SetDllDirectory function is available, as it is on Windows XP SP1 and later, use it to remove the current directory from the DLL search path. If the function is not available, call SetCurrentDirectory to the directory containing the executable. I believe that such an attack is not currently possible against Nmap, because it doesn't register any file type associations. This protects us in case such associations are added in the future.
Small updates to copyright headers in some files which don't have the headers automatically replaced
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%