Command Center
Essential Placeholders
$target.ipPrimary IP address of the loaded target.
$target.urlFull base URL (e.g., https://example.com/).
$target.domainRoot domain (e.g., example.com).
$tool.pathAbsolute path to the active tool binary.
$wordlist.pathPath to the currently loaded wordlist.
$profile.keyValue from global profile (e.g., api_key).
Session Management
session new Create and switch to a new project session.
session listShow all available sessions.
target load Load a specific target into context.
preset save Snapshot current Tool/Target/Wordlist setup.
Execution Control
pwn nowExecute the tool command immediately.
pwn bgRun the tool in the background.
jobs listList all background tasks and their IDs.
kill Terminate a running background job.
Data & Loot
loot add Manually add a finding (e.g., creds).
note add " "Add a timestamped note to the session.
report showRender the current session report.
parser apply Run a regex parser on job output.
Useful Functions
b64encode(val)Returns the Base64 encoded string.
urlencode(val)Returns the URL encoded string.
md5(val)Returns the MD5 hash of the input.
Need more details?
Read the full Documentation →