diff --git a/modules/exploits/beefbind/shellcode_sources/msf/beef_bind-handler.rb b/modules/exploits/beefbind/shellcode_sources/msf/beef_bind-handler.rb index 29be93ecd..e1e8e9088 100644 --- a/modules/exploits/beefbind/shellcode_sources/msf/beef_bind-handler.rb +++ b/modules/exploits/beefbind/shellcode_sources/msf/beef_bind-handler.rb @@ -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 # diff --git a/modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stager-linux-x64.rb b/modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stager-linux-x64.rb index 6345c38bd..e5245bde5 100644 --- a/modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stager-linux-x64.rb +++ b/modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stager-linux-x64.rb @@ -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' => { diff --git a/modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stager-linux-x86.rb b/modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stager-linux-x86.rb index d45facf02..1cc863faf 100644 --- a/modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stager-linux-x86.rb +++ b/modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stager-linux-x86.rb @@ -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' => { diff --git a/modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stager-windows-x86.rb b/modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stager-windows-x86.rb index 2c1db8572..cbac5b358 100644 --- a/modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stager-windows-x86.rb +++ b/modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stager-windows-x86.rb @@ -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' => {