sroberts / incident-template

An investigation template for tracking badness

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigation Template

Setting Up

Well you'll need a few things to get started:

  • Setup a python3 virtualenv: virtualenv -p python3 venv
  • Start up that cool new virtualenv source venv/bin/activate
  • Install a few dependencies: pip install -r requirements.txt

Cool, you're good to go! Now you get going with the real stuff:

python3 investigation.py

Now you can get started investigating!

About

An investigation template for tracking badness

License:Other


Languages

Language:Python 98.5%Language:Shell 1.5%