make the LPORT_JAVA option actually visible

git-svn-id: file:///home/svn/framework3/trunk@10195 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-08-30 21:36:38 +00:00
parent 2d6a956763
commit 080f662595
1 changed files with 3 additions and 0 deletions

View File

@ -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