Overview#
Tools modules run on the teamserver and interact directly with remote services (SSH, SMB, etc.) — no implant required. They integrate with the credential store and support proxy routing for pivoting.
Listing Modules#
CLI:
| |
Web UI: Navigate to the Tools page.
Running a Tool#
Single Target#
| |
Multiple Targets#
| |
Multi-target execution runs in parallel. Results are aggregated per target.
Interactive Session#
| |
Enters an interactive tools shell for the selected module.
Web UI#
Tools page > select module > select operation > fill targets and options > Execute.
Viewing Results#
| |
Each execution contains per-target results with success/failure status and output data.
Proxy Configuration#
Route tools operations through SOCKS or SSH tunnels for pivoting:
Create a Proxy#
| |
Use a Proxy#
| |
Proxy Management#
| Command | Description |
|---|---|
proxy list | List all proxy configurations |
proxy create [opts] | Create a new proxy config |
proxy info <id> | View proxy details |
proxy delete <id> | Delete a proxy config |
Credential Integration#
Tools modules consume credentials from the credential store. Pass --cred-id to reference stored credentials — the manager decrypts and passes them to the module automatically.
Modules can also contribute credentials back: any credentials discovered during execution are auto-extracted and stored with full provenance.
Module Refresh#
Discover new or updated tools modules without restarting:
| |