Skip to content

Commit

Permalink
Land #11885, linux/armle/shell_bind_tcp ARGV0 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wvu committed May 25, 2019
2 parents 1242fe7 + 8af7ed9 commit 73fe72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/payloads/singles/linux/armle/shell_bind_tcp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def generate
end
p[176, sh.length] = sh

arg = datastore['SHELLARG']
arg = datastore['ARGV0']
if arg
if arg.length >= 16
raise ArgumentError, "The specified argv[0] must be less than 16 bytes."
Expand Down

0 comments on commit 73fe72e

Please sign in to comment.