Update Metasploit BeEF Bind payloads for Metasploit v6 (#2226)

Fix modules for Metasploit v6.1.10-dev
This commit is contained in:
bcoles
2022-01-22 16:10:07 +11:00
committed by GitHub
4 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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