Skip to content

Import Vulnerability Scan Data

BuffaloWill edited this page Jul 21, 2015 · 3 revisions

To import Nessus or Burp scan data:

  1. Create the desired finding in the template database
  2. 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