Clean up module
parent
999a5dfb9c
commit
f60807113b
|
@ -42,7 +42,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
Opt::RHOST(),
|
||||
Opt::RPORT(22),
|
||||
OptString.new('USERNAME', [ true, 'The username for authentication', 'root' ]),
|
||||
OptString.new('SSH_PRIV_KEY_FILE', [ true, 'The path to private key for ssh auth', '' ]),
|
||||
OptPath.new('SSH_PRIV_KEY_FILE', [ true, 'The path to private key for ssh auth', '' ]),
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue