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 2b65cfa commit 0977d1aCopy full SHA for 0977d1a
lib/msf/ui/console/command_dispatcher/core.rb
@@ -89,7 +89,7 @@ def commands
89
"kill" => "Kill a job",
90
"load" => "Load a framework plugin",
91
"loadpath" => "Searches for and loads modules from a path",
92
- "popm" => "Pops the latest module off of the module stack and makes it active",
+ "popm" => "Pops the latest module off the stack and makes it active",
93
"pushm" => "Pushes the active or list of modules onto the module stack",
94
"previous" => "Sets the previously loaded module as the current module",
95
"quit" => "Exit the console",
0 commit comments