1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-11 07:56:35 +00:00
Files
nmap/nselib
ron a02756a5e4 Adding a fix for false positives discovered in http-enum.nse and http-userdir-enum.nse. It seems that some hosts (or, at least, one host) returns different results for:
a) Lowercase path (a login page)
b) Paths containing uppercase (becomes a '400 Unknown Error' that indicates a corrupt harddrive)
c) Paths containing a path and no uppercase (the same login page as (a) is displayed, except the font changes colour
The server itself returns that it's 'ACOS HTTPD/1.1.4', and the telnet port says it's 'Lingo VoIP config telnetd'. OS guesses seem to indicate a Telephony device of some sort. In any case, this patch detects these conditions and doesn't bother checking the device if it cannot tell these errors apart
2009-08-24 03:42:01 +00:00
..
2009-01-19 04:57:34 +00:00
2008-11-19 17:46:27 +00:00
2009-08-21 23:42:07 +00:00
2009-01-13 00:10:33 +00:00