We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39e784 commit 8db5d85Copy full SHA for 8db5d85
modules/payloads/singles/linux/mipsle/execve.rb
@@ -15,7 +15,7 @@ def initialize(info = {})
15
'Name' => 'Linux CMD Execve Payload',
16
'Description' => %q{
17
A very small shellcode for executing commands.
18
- This module is sometimes helpfull for testing purposes.
+ This module is sometimes helpful for testing purposes.
19
},
20
'Author' =>
21
[
@@ -63,7 +63,7 @@ def generate
63
#
64
# Constructs the payload
65
66
- return super + shellcode + command_string
+ return super + shellcode + command_string + "\x00"
67
68
end
69
0 commit comments