Whitespace on solarwinds

This commit is contained in:
Tod Beardsley 2012-05-09 12:47:22 -05:00
parent b29f2265f5
commit 65800f7c6e
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class Metasploit3 < Msf::Exploit::Remote
})
if res and res.body =~ /\<title>\SolarWinds \- Storage Manager\<\/title\>/ and
res.body =~ /\<img style="padding\-top:30px;" src="\/images\/logo_solarwinds_login\.png" width="163" height="70" alt="SolarWinds Storage Manager"\>/
res.body =~ /\<img style="padding\-top:30px;" src="\/images\/logo_solarwinds_login\.png" width="163" height="70" alt="SolarWinds Storage Manager"\>/
return Exploit::CheckCode::Detected
else
return Exploit::CheckCode::Safe