Skip to content

Commit 42636fb

Browse files
Peregrino Grisroot
authored andcommitted
Handler and block_hidden_bind_tcp deleted
1 parent fa8e944 commit 42636fb

File tree

2 files changed

+2
-232
lines changed

2 files changed

+2
-232
lines changed

lib/msf/core/handler/bind_hidden_tcp.rb

Lines changed: 0 additions & 230 deletions
This file was deleted.

modules/payloads/stagers/windows/bind_hidden_tcp.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
require 'msf/core'
8-
require 'msf/core/handler/bind_hidden_tcp'
8+
require 'msf/core/handler/bind_tcp'
99

1010

1111
module Metasploit3
@@ -33,7 +33,7 @@ def initialize(info = {})
3333
'References' => ['URL', 'http://www.shelliscoming.com/2014/03/hidden-bind-shell-keep-your-shellcode.html'],
3434
'Platform' => 'win',
3535
'Arch' => ARCH_X86,
36-
'Handler' => Msf::Handler::BindHiddenTcp,
36+
'Handler' => Msf::Handler::BindTcp,
3737
'Convention' => 'sockedi',
3838
'Stager' =>
3939
{

0 commit comments

Comments
 (0)