ait-testbed / attackmate

AttackMate is an attack orchestration tool that executes full attack-chains based on playbooks.
GNU General Public License v3.0
20 stars 3 forks source link

Fix json logger #128

Closed thorinaboenke closed 1 month ago

thorinaboenke commented 1 month ago

This PR fixes the json logging broken in PR #125 Reason: json.dumps only work with basic datatypes

example structure: image image

The actual execution of the commands (+time) gets logged as well in separate entries