We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e060eac commit 7144d2cCopy full SHA for 7144d2c
plugins/nessus.rb
@@ -76,6 +76,7 @@ def commands
76
"nessus_db_import" => "Import Nessus scan to the Metasploit connected database",
77
"nessus_save" => "Save credentials of the logged in user to nessus.yml",
78
"nessus_folder_list" => "List folders configured on the Nessus server",
79
+ "nessus_scanner_list" => "List the configured scanners on the Nessus server",
80
"nessus_family_list" => "List all the plugin families along with their corresponding family IDs and plugin count"
81
}
82
end
@@ -1840,4 +1841,4 @@ def cleanup
1840
1841
remove_console_dispatcher('Nessus')
1842
1843
-end
1844
+end
0 commit comments