Fix files to msf6

This commit is contained in:
Wanetty
2021-11-10 04:31:10 -05:00
parent c6bb893c32
commit 77c9991a35
5 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ module Handler
# This module implements the Bind TCP handler placeholder only.
#
###
module BeEFBind
module BeefBind
include Msf::Handler
@@ -38,7 +38,7 @@ module BeEFBind
[
Opt::LPORT(4444),
#OptAddress.new('RHOST', [false, 'The target address', '']),
], Msf::Handler::BeEFBind)
], Msf::Handler::BeefBind)
end
#