make the LPORT_JAVA option actually visible
git-svn-id: file:///home/svn/framework3/trunk@10195 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
2d6a956763
commit
080f662595
|
@ -92,6 +92,9 @@ class Metasploit3 < Msf::Auxiliary
|
|||
OptPort.new('LPORT_GENERIC', [false,
|
||||
'The port to use for generic reverse-connect payloads, default is 6666'
|
||||
]),
|
||||
OptPort.new('LPORT_JAVA', [false,
|
||||
'The port to use for Java reverse-connect payloads, default is 7777'
|
||||
]),
|
||||
], self.class)
|
||||
|
||||
@exploits = Hash.new
|
||||
|
|
Loading…
Reference in New Issue