Change the title and regex a bit
parent
30846f4190
commit
fbc3709774
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue