Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 928 Bytes

Readme.md

File metadata and controls

21 lines (11 loc) · 928 Bytes

Mitre2Datatables

Since the Mitre Att&ck (c) matrix is not very convenient to embed in your own web project, I chose to build my own matrix based on Datatables.

Mitre2Datatables allows you to add search, sort, filter and add custom graphics to your Mitre Att&ck (c) matrix without complicated things like Node 😁

This project only uses technique ID and technique names but it should be possible to have much more.

Example

This project is born when working on Zircolite, so this example is taken from it :

Usage

You can install dependencies with : pip3 install -r requirements.txt

  • python3 Mitre2Datatables.py will generate a JSON file that can be used with Datatables
  • Chech the examples to find basic demos on how to use and interact with Mitre2Datatables in you web page