mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 17:39:03 +00:00
4e23e6dfde23f41d8f7d2989cb74a9dc86109a08
Now can correctly handle complex token-based CSRF protections by grabbing all fields from the login form and using session cookies from the form request. These cookies are sent with subsequent redirect-following requests for better failure detection. On success, cookies are cleared and re-acquired. A database of known web apps' login forms is used for form detection, helpful for those whose username and password fields do not begin with "user" and "pass". Form mangling (to remove cookie checks in one instance) and custom onsuccess functions are also supported. Tested: django, wordpress, mediawiki. This *may* be a replacement (upon suitable testing) for http-wordpress-brute and http-joomla-brute.
Make the line for received packets consistent in all modes. Before, RECV was being displayed for some modes. This was a suggestion made by Martin Koeppe (http://seclists.org/nmap-dev/2015/q4/206)
Add ICMPV6_TYPE and ICMPV6_CODE features for IPv6 OS detection. http://seclists.org/nmap-dev/2015/q3/232 #224
Here is some documentation for Nmap, but these files are much less comprehensive than what you'll find at the actual Nmap documentation site ( https://nmap.org ).
Description
Languages
C
37.8%
Lua
28.1%
C++
16.7%
Shell
5.8%
Python
4.2%
Other
7.2%