-
Notifications
You must be signed in to change notification settings - Fork 0
Update Routine
Clevero edited this page May 3, 2019
·
1 revision
- Pull the latest code from GitHub
- run
git submodule update --recursive --remote
to update the submodule PeekabooAV - run the installer again
- During the update process, config files get overwritten by ansible but a copy of your old configs is been made. Make a diff between these two files (old, new) and see which settings you need to take care of
/var/lib/peekaboo/vboxmanage.conf
/var/lib/peekaboo/.cuckoo/conf/*
/opt/peekaboo/etc/peekaboo.conf
/opt/peekaboo/etc/ruleset.conf
-
/etc/systemd/system/multi-user.target.wants/cuckoohttpd.service
- add
-H 0.0.0.0 -p 8000
to change the port of the Cuckoo webinterface or the binding address. To make it accessible outside of localhost for example. - If changes are made, run
systemctl daemon-reload
- add
-
/etc/systemd/system/multi-user.target.wants/cuckoosandbox.service
- Change exec to the cuckooprocessor.sh file