Fingerprint dd-wrt even when auth is required
parent
6c058d9a9a
commit
4509c11916
|
@ -645,8 +645,8 @@ module Exploit::Remote::HttpClient
|
||||||
case res.body
|
case res.body
|
||||||
when nil
|
when nil
|
||||||
# Nothing
|
# Nothing
|
||||||
when /openAboutWindow.*\>DD\-WRT ([^\<]+)\</
|
when /openAboutWindow.*\>DD\-WRT ([^\<]+)\<|Authorization.*please note that the default username is \"root\" in/
|
||||||
extras << "DD-WRT #{$1.strip}"
|
extras << "DD-WRT #{$1.to_s.strip}".strip
|
||||||
|
|
||||||
when /ID_ESX_Welcome/, /ID_ESX_VIClientDesc/
|
when /ID_ESX_Welcome/, /ID_ESX_VIClientDesc/
|
||||||
extras << "VMware ESX Server"
|
extras << "VMware ESX Server"
|
||||||
|
|
Loading…
Reference in New Issue