fixed up msftidy, opps.

MS-2855/keylogger-mettle-extension
mr_me 2017-12-07 17:03:39 -06:00
parent 073ffcb3bc
commit 34ef650b0d
1 changed files with 1 additions and 3 deletions

View File

@ -3,8 +3,6 @@
# Current source: https://github.com/rapid7/metasploit-framework
##
require 'msf/core'
class MetasploitModule < Msf::Exploit::Remote
Rank = ExcellentRanking
@ -50,7 +48,7 @@ class MetasploitModule < Msf::Exploit::Remote
],
'DisclosureDate' => 'Dec 25 2017',
'DefaultTarget' => 0))
register_options([ Opt::RPORT(4592)], self.class)
register_options([ Opt::RPORT(4592)])
end
def create_rop_chain()