Skip to content

Commit a69432a

Browse files
author
Brent Cook
committed
update module class and move to recon from manage
1 parent 9f923cd commit a69432a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/multi/manage/multiport_egress_traffic.rb renamed to modules/post/multi/recon/multiport_egress_traffic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
require 'msf/core'
99
require 'rex'
1010

11-
class Metasploit3 < Msf::Post
11+
class MetasploitModule < Msf::Post
1212
def initialize(info = {})
1313
super(update_info(info,
1414
'Name' => 'Generate TCP/UDP Outbound Traffic On Multiple Ports',

0 commit comments

Comments
 (0)