Command Center

Essential Placeholders

$target.ip

Primary IP address of the loaded target.

$target.url

Full base URL (e.g., https://example.com/).

$target.domain

Root domain (e.g., example.com).

$tool.path

Absolute path to the active tool binary.

$wordlist.path

Path to the currently loaded wordlist.

$profile.key

Value from global profile (e.g., api_key).

Session Management

session new

Create and switch to a new project session.

session list

Show all available sessions.

target load

Load a specific target into context.

preset save

Snapshot current Tool/Target/Wordlist setup.

Execution Control

pwn now

Execute the tool command immediately.

pwn bg

Run the tool in the background.

jobs list

List 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 show

Render 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.