Skip to content

Commit

Permalink
add badchar
Browse files Browse the repository at this point in the history
  • Loading branch information
p0w1 committed Apr 25, 2019
1 parent 985285d commit f63a2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/windows/misc/ais_esel_server_rce.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def initialize(info = {})
'Arch' => [ ARCH_X86, ARCH_X64 ],
'Payload' =>
{
'BadChars' => "\x00\xff",
'BadChars' => "\x00\xff\x27",
},
'Targets' =>
[
Expand Down

0 comments on commit f63a2a6

Please sign in to comment.