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
#

View File

@@ -5,9 +5,9 @@
# http://metasploit.com/framework/
##
require 'msf/core'
require 'msf/base/sessions/command_shell'
require 'msf/base/sessions/command_shell_options'
#require 'msf/core'
#require 'msf/base/sessions/command_shell'
#require 'msf/base/sessions/command_shell_options'
module MetasploitModule

View File

@@ -23,7 +23,7 @@ module MetasploitModule
'License' => BSD_LICENSE,
'Platform' => 'linux',
'Arch' => ARCH_X64,
'Handler' => Msf::Handler::BeEFBind,
'Handler' => Msf::Handler::BeefBind,
'Convention' => 'beef_bind',
'Stager' =>
{

View File

@@ -23,7 +23,7 @@ module MetasploitModule
'License' => BSD_LICENSE,
'Platform' => 'linux',
'Arch' => ARCH_X86,
'Handler' => Msf::Handler::BeEFBind,
'Handler' => Msf::Handler::BeefBind,
'Convention' => 'beef_bind',
'Stager' =>
{

View File

@@ -28,7 +28,7 @@ module MetasploitModule
'License' => BSD_LICENSE,
'Platform' => 'win',
'Arch' => ARCH_X86,
'Handler' => Msf::Handler::BeEFBind,
'Handler' => Msf::Handler::BeefBind,
'Convention' => 'beef_bind',
'Stager' =>
{