Skip to content

Halberd CLI

Arpan Sarkar edited this page Sep 22, 2024 · 2 revisions

Leverage Halberd directly via CLI for programatic & quick operation.

List techniques

python cli.py list-techniques

List techniques for a specific category

python cli.py list-techniques --category '<category>'

List techniques for a specific MITRE tactic

python cli.py list-techniques --tactic 'Initial Access'

List techniques for a specific MITRE tactic

python cli.py list-techniques --technique_id '<technique_module>'

List tactics

python cli.py list-tactics

List tactics for a specific category

python cli.py list-tactics --category '<category'

Get technique category

python cli.py get-category '<technique-module-name>'

Execute technique

python cli.py execute technique <technique-module-name> --params '{key:value, key:value}'

Clone this wiki locally