Skip to content

Commit fdd1d08

Browse files
committed
Don't encode the payload because this only complicates OS X
1 parent ea9f5ed commit fdd1d08

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/exploits/multi/http/git_cve_2014_9390.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@ def initialize(info = {})
3838
# TODO: correct all of this
3939
'Payload' =>
4040
{
41-
'BadChars' => "\x00",
42-
'DisableNops' => true,
4341
'Compat' =>
4442
{
4543
'PayloadType' => 'cmd',
4644
'RequiredCmd' => 'generic perl bash'
47-
}
45+
},
46+
'EncoderType' => Msf::Encoder::Type::Raw,
4847
},
4948
'Platform' => %w(osx win),
5049
'Targets' =>

0 commit comments

Comments
 (0)