update module class and move to recon from manage

bug/bundler_fix
Brent Cook 2016-05-12 12:42:04 -05:00
parent 9f923cdb00
commit a69432abe5
1 changed files with 1 additions and 1 deletions

View File

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