Clean up module

bug/bundler_fix
William Vu 2017-04-26 01:35:14 -05:00
parent 999a5dfb9c
commit f60807113b
1 changed files with 1 additions and 1 deletions

View File

@ -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', '' ]),
]
)