Webhook service written in NodeJS with Express for BitNinja Alerts.
- Slack
- Discord
- Clone repository
git clone https://github.com/sqpp/ninjahook.git
- Install packages
cd ninjahook && npm install
- Copy .env.example to .env
cp .env.example .env
- Edit .env file with the details for your bots and app.
nano .env
- Start the app
npm run start
- Visit BitNinja Alerts
- Add your webhook URLs such as
http://<ip-address/domain>:8012/malware-alert?key=<your-api-key>
http://<ip-address/domain>:8012/waf-alert?key=<your-api-key>
http://<ip-address/domain>:8012/dos-alert?key=<your-api-key>
(Optional) You can of course use domains as well for prettier webhook URLs.
Create a GitHub issue for support or for feature requests.