created modules command dispatcher

moved all commands related to navigating around
modules, editing them, and viewing their info into
a new command dispatcher
bug/bundler_fix
David Maloney 2016-12-05 10:30:18 -06:00
parent 6557a84784
commit ab2e88a49e
No known key found for this signature in database
GPG Key ID: DEDBA9DC3A913DB2
3 changed files with 1123 additions and 1059 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -30,6 +30,7 @@ class Driver < Msf::Ui::Driver
# Console Command Dispatchers to be loaded after the Core dispatcher.
#
CommandDispatchers = [
CommandDispatcher::Modules,
CommandDispatcher::Jobs,
CommandDispatcher::Resource
]