Remove harmful default command to execute
parent
7084538b8c
commit
e706e2b58d
|
@ -26,7 +26,7 @@ module MetasploitModule
|
|||
))
|
||||
register_options(
|
||||
[
|
||||
OptString.new('CMD', [ true, "The command string to execute", 'echo "toor::0:0:::/bin/bash">/etc/passwd' ]),
|
||||
OptString.new('CMD', [ true, "The command string to execute" ]),
|
||||
])
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue