Skip to content

Commit

Permalink
Whitespace on solarwinds
Browse files Browse the repository at this point in the history
  • Loading branch information
todb committed May 9, 2012
1 parent b29f226 commit 65800f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -72,7 +72,7 @@ def check
})

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
Expand Down

0 comments on commit 65800f7

Please sign in to comment.