data/json/commands.json
{
"data": [
{
"cmd": "back",
"desc": "Change the context of the session back to it was before loading the current module."
},
{
"cmd": "check",
"desc": "Check if the currently loaded module can be used against the specified target."
},
{
"cmd": "clear",
"desc": "Clear the screen."
},
{
"cmd": "creds",
"desc": "List the credentials stored in the current workspace."
},
{
"cmd": "creds -d [id]",
"desc": "Delete the credential with the matching [id] number."
},
{
"cmd": "exit",
"desc": "Exit the WordPress Exploit Framework prompt."
},
{
"cmd": "gset [option] [value]",
"desc": "Set the [value] of [option] globally, so it is used by the current and future modules."
},
{
"cmd": "gunset [option]",
"desc": "Unset a global [option] set with the gset command."
},
{
"cmd": "help",
"desc": "Shows this information."
},
{
"cmd": "info",
"desc": "Display information about the currently loaded module."
},
{
"cmd": "loot",
"desc": "List the loot collected from targets in the current workspace."
},
{
"cmd": "loot -d [id]",
"desc": "Delete the loot item with the matching [id] number."
},
{
"cmd": "loot -p [id]",
"desc": "Print the content of the loot item with the matching [id] number."
},
{
"cmd": "quit",
"desc": "Exit the WordPress Exploit Framework prompt."
},
{
"cmd": "rebuild_cache",
"desc": "Re-build the module cache."
},
{
"cmd": "run",
"desc": "Run the currently loaded module."
},
{
"cmd": "set [option] [value]",
"desc": "Set the [value] of [option] for the currently loaded module."
},
{
"cmd": "search [keywords]",
"desc": "Search for modules that contain one or more of the specified [keywords]"
},
{
"cmd": "show advanced",
"desc": "Show the advanced options of the currently loaded module."
},
{
"cmd": "show auxiliary",
"desc": "Show the list of available auxiliary modules."
},
{
"cmd": "show exploits",
"desc": "Show the list of available exploits."
},
{
"cmd": "show options",
"desc": "Show the basic options of the currently loaded module."
},
{
"cmd": "unset [option]",
"desc": "Unset an [option] set with the set command."
},
{
"cmd": "use [module_path]",
"desc": "Load the specified module into the current context."
},
{
"cmd": "workspace",
"desc": "List the available workspaces."
},
{
"cmd": "workspace [name]",
"desc": "Switch to the [name] workspace."
},
{
"cmd": "workspace -a [name]",
"desc": "Add a new workspace."
},
{
"cmd": "workspace -d [name]",
"desc": "Delete the [name] workspace."
}
]
}