Change the title and regex a bit

unstable
sinn3r 2012-10-03 12:16:25 -05:00
parent 30846f4190
commit fbc3709774
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ class Metasploit3 < Msf::Exploit::Remote
def initialize(info = {})
super(update_info(info,
'Name' => 'InduSoft Web Studio Remote Code Execution',
'Name' => 'InduSoft Web Studio Arbitrary Upload Remote Code Execution',
'Description' => %q{
This module exploits a lack of authentication and authorization on the InduSoft
Web Studio Remote Agent, that allows a remote attacker to write arbitrary files to
@ -65,7 +65,7 @@ class Metasploit3 < Msf::Exploit::Remote
app_info = sock.get_once
disconnect
if app_info =~ /InduSoft Web Studio v6.1/
if app_info =~ /InduSoft Web Studio v6\.1/
return Exploit::CheckCode::Vulnerable
elsif app_info =~ /InduSoft Web Studio/
return Exploit::CheckCode::Detected