File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/exploits/windows/scada Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class Metasploit3 < Msf::Exploit::Remote
16
16
17
17
def initialize ( info = { } )
18
18
super ( update_info ( info ,
19
- 'Name' => 'InduSoft Web Studio Remote Code Execution' ,
19
+ 'Name' => 'InduSoft Web Studio Arbitrary Upload Remote Code Execution' ,
20
20
'Description' => %q{
21
21
This module exploits a lack of authentication and authorization on the InduSoft
22
22
Web Studio Remote Agent, that allows a remote attacker to write arbitrary files to
@@ -65,7 +65,7 @@ def check
65
65
app_info = sock . get_once
66
66
disconnect
67
67
68
- if app_info =~ /InduSoft Web Studio v6.1/
68
+ if app_info =~ /InduSoft Web Studio v6\ . 1/
69
69
return Exploit ::CheckCode ::Vulnerable
70
70
elsif app_info =~ /InduSoft Web Studio/
71
71
return Exploit ::CheckCode ::Detected
You can’t perform that action at this time.
0 commit comments