Skip to content

Commit 7144d2c

Browse files
committed
Put missing nessus_scanner_list command back where it's supposed to be.
Must have deleted the line by accident somehow.
1 parent e060eac commit 7144d2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/nessus.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def commands
7676
"nessus_db_import" => "Import Nessus scan to the Metasploit connected database",
7777
"nessus_save" => "Save credentials of the logged in user to nessus.yml",
7878
"nessus_folder_list" => "List folders configured on the Nessus server",
79+
"nessus_scanner_list" => "List the configured scanners on the Nessus server",
7980
"nessus_family_list" => "List all the plugin families along with their corresponding family IDs and plugin count"
8081
}
8182
end
@@ -1840,4 +1841,4 @@ def cleanup
18401841
remove_console_dispatcher('Nessus')
18411842
end
18421843
end
1843-
end
1844+
end

0 commit comments

Comments
 (0)