Skip to content

Commit 5645467

Browse files
committed
Fix nessus_help
Columns are arrays
1 parent b55fd05 commit 5645467

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/nessus.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ def cmd_nessus_help(*args)
101101
tbl << [ "nessus_admin", "Checks if user is an admin" ]
102102
tbl << [ "nessus_template_list", "List scan or policy templates" ]
103103
tbl << [ "nessus_folder_list", "List all configured folders on the Nessus server" ]
104-
tbl << [ "nessus_scanner_list" => "List all the scanners configured on the Nessus server" ]
104+
tbl << [ "nessus_scanner_list", "List all the scanners configured on the Nessus server" ]
105105
tbl << [ "Nessus Database Commands", "" ]
106106
tbl << [ "-----------------", "-----------------" ]
107-
tbl << [ "nessus_db_scan" => "Create a scan of all IP addresses in db_hosts" ]
108-
tbl << [ "nessus_db_import" => "Import Nessus scan to the Metasploit connected database" ]
107+
tbl << [ "nessus_db_scan", "Create a scan of all IP addresses in db_hosts" ]
108+
tbl << [ "nessus_db_import", "Import Nessus scan to the Metasploit connected database" ]
109109
tbl << [ "", ""]
110110
tbl << [ "Reports Commands", "" ]
111111
tbl << [ "-----------------", "-----------------"]

0 commit comments

Comments
 (0)