parent
b55fd0572d
commit
56454674f2
|
@ -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 << [ "-----------------", "-----------------"]
|
||||
|
|
Loading…
Reference in New Issue