This repository has been archived by the owner on May 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 369
Import Vulnerability Scan Data
ccammilleri edited this page Jun 17, 2016
·
2 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