diff --git a/plugins/nessus.rb b/plugins/nessus.rb index 9ecac72c6d..f529cc5d8b 100644 --- a/plugins/nessus.rb +++ b/plugins/nessus.rb @@ -101,11 +101,11 @@ module Msf tbl << [ "nessus_admin", "Checks if user is an admin" ] tbl << [ "nessus_template_list", "List scan or policy templates" ] tbl << [ "nessus_folder_list", "List all configured folders on the Nessus server" ] - tbl << [ "nessus_scanner_list" => "List all the scanners configured on the Nessus server" ] + tbl << [ "nessus_scanner_list", "List all the scanners configured on the Nessus server" ] tbl << [ "Nessus Database Commands", "" ] tbl << [ "-----------------", "-----------------" ] - tbl << [ "nessus_db_scan" => "Create a scan of all IP addresses in db_hosts" ] - tbl << [ "nessus_db_import" => "Import Nessus scan to the Metasploit connected database" ] + tbl << [ "nessus_db_scan", "Create a scan of all IP addresses in db_hosts" ] + tbl << [ "nessus_db_import", "Import Nessus scan to the Metasploit connected database" ] tbl << [ "", ""] tbl << [ "Reports Commands", "" ] tbl << [ "-----------------", "-----------------"]