Remove harmful default command to execute

GSoC/Meterpreter_Web_Console
David Yates 2018-11-21 11:09:13 +02:00 committed by GitHub
parent 7084538b8c
commit e706e2b58d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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