-
Notifications
You must be signed in to change notification settings - Fork 33
Halberd CLI
Arpan Sarkar edited this page Sep 22, 2024
·
2 revisions
Leverage Halberd directly via CLI for programatic & quick operation.
python cli.py list-techniques
python cli.py list-techniques --category '<category>'
python cli.py list-techniques --tactic 'Initial Access'
python cli.py list-techniques --technique_id '<technique_module>'
python cli.py list-tactics
python cli.py list-tactics --category '<category'
python cli.py get-category '<technique-module-name>'
python cli.py execute technique <technique-module-name> --params '{key:value, key:value}'