Fix files to msf6
This commit is contained in:
@@ -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
|
||||
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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' =>
|
||||
{
|
||||
|
||||
@@ -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' =>
|
||||
{
|
||||
|
||||
@@ -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' =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user