scVENUS / PeekabooAV-Installer

This repository provides scripts and configuration files to install, update and test a Peekaboo installation
GNU General Public License v3.0
7 stars 9 forks source link

Cuckoo API bearer token not set when using the most recent PeekabooAV version #56

Closed JannisTriesToCode closed 4 years ago

JannisTriesToCode commented 4 years ago
git clone https://github.com/scvenus/peekabooav-installer
cd peekabooav-installer/
git clone https://github.com/scvenus/peekabooav PeekabooAV
./PeekabooAV-install.sh

The generated peekaboo.conf is still the one without the api_token attribute. This is probably due to the installer using the .conf from the PeekabooAV-Installer repo and not the one from the PeekabooAV repo.

This issue appears to be related: https://github.com/scVENUS/PeekabooAV-Installer/issues/43

michaelweiser commented 4 years ago

Yes, we're on it. #53 should fix it once I've figured out a way to either make cuckoo accept our generated token or extract cuckoo's token from its cuckoo.conf and transplant that into peekaboo.conf. Should be no rocket science either way.