Skip to content

Stack Commands

Maxime Landon edited this page Feb 23, 2020 · 3 revisions

The Module Stack serves as a sort of "draft table" in which are loaded some modules (exploit, payload, auxiliary, etc...)

Each workspace holds a different list of module stacks (one stack, per user, per workspace).

You can load a module onto the stack by doing:

Module-Load

You can list modules on the stack:

Stack-Show

You can pop either: the current module (see here), or any of the modules on the stack (see Completions):

Stack-Pop

Notice that when popping the current module, the stack will fallback on the last loaded module.

You can also simply back from the current module, without unloading it from the stack by typing back

Stack-Back

Stack Completions

When using the stack main command, whether it be stack pop or stack use, modules currently loaded onto it will be completed.

For instance, the stack use is just a more handy way to have only loaded modules being completed, instead of all modules existing in Wiregost !

Stack-Completion

Clone this wiki locally