An offline, CLI-based MITRE ATT&CK Matrix browser. Written in Rust.
- @XoanOuteiro
Installing the app will create the ~/.mitre/ folder and download to it a 42mb JSON file containing the MITRE ATT&CK Matrix. The compiled rust binary will be automatically added to the path.
Simply run:
git clone https://github.com/Teixuguinho-Craftsmanship/ATT-CLI
chmod +x install.sh && ./install.shYou will need to have cargo installed in your system
Listing all APTs:
attcli apt-listSeeing details on an APT (name, info, techniques used):
attcli apt (id or name)Seeing details on a technique:
attcli tid (technique id)
attcli tn (technique name)Seeing all tactics:
attcli tacticSeeing a tactic (info and related techniques):
attclic tactic (id or name)