mirror of
https://github.com/nmap/nmap.git
synced 2026-01-02 04:49:02 +00:00
2684b78ce56e517c1c2e1186e3dc44d762477b62
before starting. There is a special function that does a trace of directly connected targets without sending any packets, just by filling in one hop directly to the target. The traceroute code was only checking whether the first target in the group was directly connected, and if it was, it assumed all of them were. Now it filters the list into two and calls traceroute_direct on one and traceroute_remote on the other. Fyodor discovered this problem today.
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.8%
Lua
28.1%
C++
16.7%
Shell
5.8%
Python
4.2%
Other
7.2%