From 65800f7c6e06fafb47efbfc2d46ac3c31763c982 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Wed, 9 May 2012 12:47:22 -0500 Subject: [PATCH] Whitespace on solarwinds --- modules/exploits/windows/http/solarwinds_storage_manager_sql.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/windows/http/solarwinds_storage_manager_sql.rb b/modules/exploits/windows/http/solarwinds_storage_manager_sql.rb index b59e7c3c03..a2e2c5826f 100644 --- a/modules/exploits/windows/http/solarwinds_storage_manager_sql.rb +++ b/modules/exploits/windows/http/solarwinds_storage_manager_sql.rb @@ -72,7 +72,7 @@ class Metasploit3 < Msf::Exploit::Remote }) if res and res.body =~ /\\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