This script will only work on Ubuntu 18.04
No other support is planned.
- A MISP install. Ideally as directed in the documentation or installed via the installer
- Minimum MISP version 2.4.109
- bash
- jq
- dialog (optional)
It will, by default, ask a bunch of questions what you want to do with your MISP instance.
Like: wipe all the data, re-generate SSL certificates, re-generate server SSH keys, rename base organisation, ...
wget --no-cache -O /tmp/refresh.sh https://raw.githubusercontent.com/SteveClement/misp-refresh/master/refresh.sh ; bash /tmp/refresh.sh
NWHM Licensed