mirror of
https://github.com/nmap/nmap.git
synced 2026-02-16 10:26:33 +00:00
a066cd7bdcd0586fb59223a2cc56246c151c2070
I copied parse_url_relative from favicon-survey.nse. Ron Meldau reported that this error is raised: http-favicon.nse:141: variable 'dirname' is not declared It happens when a web page specifies a relative icon URL in a link element. (dirname is used to absolutize the URL.) Also, I changed to code to be sure to pass a plain string and number for the host and port to parse_url_relative. Otherwise parse_url_relative may return the tables that it receives and complicate the matching code to decide if a URL should be followed.
…
…
…
…
…
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.5%
Lua
28.1%
C++
16.8%
Shell
5.8%
Python
4.2%
Other
7.3%