update module class and move to recon from manage
parent
9f923cdb00
commit
a69432abe5
|
@ -8,7 +8,7 @@
|
|||
require 'msf/core'
|
||||
require 'rex'
|
||||
|
||||
class Metasploit3 < Msf::Post
|
||||
class MetasploitModule < Msf::Post
|
||||
def initialize(info = {})
|
||||
super(update_info(info,
|
||||
'Name' => 'Generate TCP/UDP Outbound Traffic On Multiple Ports',
|
Loading…
Reference in New Issue