chg: [doc] Added initial misp-modules cake sugar

pull/4071/head
Steve Clement 2019-01-24 23:16:32 +09:00
parent b26e4f9b3c
commit 19764bf761
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#### Make some misp-modules available
```bash
sudo -H -u www-data $CAKE Admin setSetting "Plugin.Enrichment_asn_history_enabled" true
sudo -H -u www-data $CAKE Admin setSetting "Plugin.Enrichment_cve_enabled" true
sudo -H -u www-data $CAKE Admin setSetting "Plugin.Enrichment_dns_enabled" true
```