Fingerprint dd-wrt even when auth is required

unstable
HD Moore 2012-07-15 21:21:13 -05:00
parent 6c058d9a9a
commit 4509c11916
1 changed files with 2 additions and 2 deletions

View File

@ -645,8 +645,8 @@ module Exploit::Remote::HttpClient
case res.body
when nil
# Nothing
when /openAboutWindow.*\>DD\-WRT ([^\<]+)\</
extras << "DD-WRT #{$1.strip}"
when /openAboutWindow.*\>DD\-WRT ([^\<]+)\<|Authorization.*please note that the default username is \"root\" in/
extras << "DD-WRT #{$1.to_s.strip}".strip
when /ID_ESX_Welcome/, /ID_ESX_VIClientDesc/
extras << "VMware ESX Server"