Fix 1.8 compatibility

This commit is contained in:
sinn3r 2012-04-25 15:54:42 -05:00
parent cc76438a75
commit 91763dd063
2 changed files with 4 additions and 4 deletions

View File

@ -24,8 +24,8 @@ class Metasploit3 < Msf::Auxiliary
format: 001122334455, which is translated to "0x001122334455" in binary. format: 001122334455, which is translated to "0x001122334455" in binary.
Note that this should be either 4 or 6 bytes long. Note that this should be either 4 or 6 bytes long.
}, },
'Author' => [ 'sinn3r' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Author' => [ 'sinn3r' ]
)) ))
register_options( register_options(

View File

@ -27,14 +27,14 @@ class Metasploit3 < Msf::Auxiliary
'References' => 'References' =>
[ [
# RMI protocol specification # RMI protocol specification
[ 'URL', 'http://download.oracle.com/javase/1.3/docs/guide/rmi/spec/rmi-protocol.html'], [ 'URL', 'http://download.oracle.com/javase/1.3/docs/guide/rmi/spec/rmi-protocol.html']
], ],
'DisclosureDate' => 'Oct 15 2011', 'DisclosureDate' => 'Oct 15 2011'
) )
register_options( register_options(
[ [
Opt::RPORT(1099), Opt::RPORT(1099)
], self.class) ], self.class)
end end