forked from SerpicoProject/Serpico
-
Notifications
You must be signed in to change notification settings - Fork 0
Import Vulnerability Scan Data
BuffaloWill edited this page Jul 21, 2015
·
3 revisions
To import Nessus or Burp scan data:
- Create the desired finding in the template database
- Enable imports in config.json
"nessusmap":true, //maps nessus findings to serpico findings
"burpmap":true, //maps burp findings to serpico findings
3.Restart serpico 4.Go to Reports > Additional Features > Import [Burp,Nessus]
It is also possible to have findings automatically created on import (skipping step 1 above). You must enable this feature in config.json:
"auto_import":true //Experimental, will automatically create new findings on import