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

playbook default location #94

Closed thorinaboenke closed 3 months ago

thorinaboenke commented 4 months ago

This PR solves issue #64

image

whotwagner commented 4 months ago

I suggest:

  1. check if the playbook-file is actually a valid filepath and use that
  2. if not, check if the playbook is inside the current directory
  3. check if the playbook is in /etc/attackmate/playbooks
thorinaboenke commented 3 months ago

implemented as Hoti suggested, lets not overcomplicate it :)