Skip to content

Commit 301e38b

Browse files
author
Brent Cook
committed
use correct base class for modules
1 parent 4fdb54e commit 301e38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/payloads/stagers/python/reverse_tcp_ssl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
require 'msf/core/handler/reverse_tcp_ssl'
88
require 'msf/core/payload/python/reverse_tcp_ssl'
99

10-
module Metasploit3
10+
module MetasploitModule
1111

1212
CachedSize = 317
1313

0 commit comments

Comments
 (0)