Update Metasploit BeEF Bind payloads for Metasploit v6 (#2226)
Fix modules for Metasploit v6.1.10-dev
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -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' =>
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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' =>
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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' =>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user