mirror of
https://github.com/nmap/nmap.git
synced 2025-12-28 18:39:03 +00:00
338dcb115c5e941bf5ad98da61243aafcb1aef09
Classes that inherit __hash__ and comparison functions like __eq__ (e.g. from object) but only override one of them will break under Python 3. This is because a class shouldn't use one criterion for equality and a different one for hashing. Explicitly discarding the inherited __hash__ method disables this warning and makes the class unhashable (not a problem in this case).
[NSE] Added a feature that integrates Nikto's large db to our http-fingerprint file on runtime. http://seclists.org/nmap-dev/2013/q4/292
[NSE] Added a feature that integrates Nikto's large db to our http-fingerprint file on runtime. http://seclists.org/nmap-dev/2013/q4/292
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%