created modules command dispatcher
moved all commands related to navigating around modules, editing them, and viewing their info into a new command dispatcherbug/bundler_fix
parent
6557a84784
commit
ab2e88a49e
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue