Skip to content

Commit 6da4c53

Browse files
committed
Merge remote-tracking branch 'jvazquez-r7/netcat_gaping' into rapid7
[Closes rapid7#1576]
2 parents 2684e61 + 4852f1b commit 6da4c53

15 files changed

+136
-20
lines changed

lib/msf/ui/console/command_dispatcher/exploit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def self.choose_payload(mod, target)
253253
'cmd/unix/interact',
254254
'cmd/unix/reverse',
255255
'cmd/unix/reverse_perl',
256-
'cmd/unix/reverse_netcat',
256+
'cmd/unix/reverse_netcat_gaping',
257257
'windows/meterpreter/reverse_nonx_tcp',
258258
'windows/meterpreter/reverse_ord_tcp',
259259
'windows/shell/reverse_tcp',

modules/exploits/linux/http/ddwrt_cgibin_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def initialize(info = {})
4141
'DisableNops' => true,
4242
'Compat' =>
4343
{
44-
'RequiredCmd' => 'generic netcat-e'
44+
'RequiredCmd' => 'generic netcat netcat-e'
4545
}
4646
},
4747
'Targets' =>

modules/exploits/linux/http/wanem_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def initialize(info = {})
4646
'Compat' =>
4747
{
4848
'PayloadType' => 'cmd',
49-
'RequiredCmd' => 'generic netcat-e',
49+
'RequiredCmd' => 'generic netcat netcat-e',
5050
}
5151
},
5252
'DefaultOptions' =>

modules/exploits/linux/http/zen_load_balancer_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def initialize(info={})
4646
'Compat' =>
4747
{
4848
'PayloadType' => 'cmd',
49-
'RequiredCmd' => 'generic netcat-e perl bash',
49+
'RequiredCmd' => 'generic netcat netcat-e perl bash',
5050
}
5151
},
5252
'Targets' =>

modules/exploits/unix/http/ctek_skyrouter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize(info = {})
3030
'Compat' =>
3131
{
3232
'PayloadType' => 'cmd',
33-
'RequiredCmd' => 'generic perl telnet netcat-e bash',
33+
'RequiredCmd' => 'generic perl telnet netcat netcat-e bash',
3434
}
3535
},
3636
'Platform' => 'unix',

modules/exploits/unix/webapp/generic_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def initialize(info = {})
3333
'Compat' =>
3434
{
3535
'PayloadType' => 'cmd',
36-
'RequiredCmd' => 'generic perl telnet netcat-e bash',
36+
'RequiredCmd' => 'generic perl telnet netcat netcat-e bash',
3737
}
3838
},
3939
'Platform' => 'unix',

modules/exploits/unix/webapp/google_proxystylesheet_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def initialize(info = {})
4040
'Compat' =>
4141
{
4242
'PayloadType' => 'cmd',
43-
'RequiredCmd' => 'generic perl bash telnet netcat-e',
43+
'RequiredCmd' => 'generic perl bash telnet netcat netcat-e',
4444
}
4545
},
4646
'Platform' => 'unix',

modules/exploits/unix/webapp/hastymail_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def initialize(info={})
4040
'Compat' =>
4141
{
4242
'PayloadType' => 'cmd',
43-
'RequiredCmd' => 'generic perl ruby python netcat-e',
43+
'RequiredCmd' => 'generic perl ruby python netcat netcat-e',
4444
}
4545
},
4646
'Platform' => ['unix'],

modules/exploits/unix/webapp/narcissus_backend_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def initialize(info={})
4444
'Compat' =>
4545
{
4646
'PayloadType' => 'cmd',
47-
'RequiredCmd' => 'generic perl ruby python bash netcat-e'
47+
'RequiredCmd' => 'generic perl ruby python bash netcat netcat-e'
4848
},
4949
'Targets' =>
5050
[

modules/exploits/unix/webapp/php_charts_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def initialize(info={})
3939
'Compat' =>
4040
{
4141
'PayloadType' => 'cmd',
42-
'RequiredCmd' => 'generic telnet bash netcat-e perl ruby python',
42+
'RequiredCmd' => 'generic telnet bash netcat netcat-e perl ruby python',
4343
}
4444
},
4545
'DefaultOptions' =>

0 commit comments

Comments
 (0)