CIFv3 Ubuntu 16.04 Docker Container (Bearded Avenger)
https://github.com/csirtgadgets/bearded-avenger-deploymentkit/wiki
https://github.com/csirtgadgets/bearded-avenger-deploymentkit/releases
C=$(docker run --name cifv3 -it -d \
-p 443:443 \
-p 5000:5000 \
ventz/docker-cif)
docker exec -it $C /bin/bash
Once you have a shell, become the cif user:
# su cif
and do a sanity check to verify that everything works:
$ cif -p
You can do this as "root" too, but it's not recommended.
For a full suite of tests, you can also run:
/root/test.sh
Configuration Data:
/etc/cif
Log Files:
/var/log/cif
SQLite DB:
/var/lib/cif
Ventz Petkov (@ventz) Dylan Jacob (@dylanjacob)
Copyright (C) 2017-2018 the CSIRT Gadgets Foundation
See: LICENSE