Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Tarball

You can get a tarball with installation scripts for bombini systemd service:

wget https://github.com/bombinisecurity/bombini/releases/download/v1.0.0/bombini-v1.0.0.tar.gz

Install / Uninstall

Unpack bombini tarball:

tar -xvf ./target/bombini.tar.gz -C ./target

If you need config customization then update detector configs in target/bombini/usr/local/lib/bombini/config. Then run install script:

sudo ./target/bombini/install.sh

Check events:

tail -f /var/log/bombini/bombini.log

Uninstall with uninstall.sh:

sudo ./target/bombini/uninstall.sh