Fix a couple overlooked issues

bug/bundler_fix
William Vu 2016-03-13 23:35:05 -05:00
parent df0ff30468
commit 6323f7f872
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ class MetasploitModule < Msf::Auxiliary
['URL', 'http://seclists.org/fulldisclosure/2016/Jan/26'],
['URL', 'https://blog.fortinet.com/post/brief-statement-regarding-issues-found-with-fortios']
],
'DisclosureDate' => 'Jan 09 2016',
'DisclosureDate' => 'Jan 9 2016',
'License' => MSF_LICENSE
))
@ -42,7 +42,7 @@ class MetasploitModule < Msf::Auxiliary
def run_host(ip)
ssh_opts = {
port: datastore['RPORT'],
port: rport,
auth_methods: ['fortinet-backdoor']
}