File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,11 +101,11 @@ def cmd_nessus_help(*args)
101
101
tbl << [ "nessus_admin" , "Checks if user is an admin" ]
102
102
tbl << [ "nessus_template_list" , "List scan or policy templates" ]
103
103
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" ]
105
105
tbl << [ "Nessus Database Commands" , "" ]
106
106
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" ]
109
109
tbl << [ "" , "" ]
110
110
tbl << [ "Reports Commands" , "" ]
111
111
tbl << [ "-----------------" , "-----------------" ]
You can’t perform that action at this time.
0 commit comments