Fix nessus_help

Columns are arrays
This commit is contained in:
sinn3r 2015-02-13 11:55:46 -06:00
parent b55fd0572d
commit 56454674f2
1 changed files with 3 additions and 3 deletions

View File

@ -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 << [ "-----------------", "-----------------"]