remove unnecessary option declaration

unstable
Andras Kabai 2013-04-19 21:42:28 +02:00
parent 85932a2445
commit 763d1ac2f1
1 changed files with 1 additions and 2 deletions

View File

@ -28,8 +28,7 @@ class Metasploit3 < Msf::Auxiliary
[
Opt::RPORT(50000),
OptString.new('CMD', [ true, 'The command to execute', 'whoami']),
OptString.new('TARGETURI', [ true, 'Path to ConfigServlet', '/ctc/servlet']),
OptBool.new('SSL', [true, 'Use SSL', false])
OptString.new('TARGETURI', [ true, 'Path to ConfigServlet', '/ctc/servlet'])
], self.class)
end