Fingerprint dd-wrt even when auth is required
parent
6c058d9a9a
commit
4509c11916
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue