Import/Export system data
The System Data page allows you to import or export data to use between multiple Reconmap instances or to be processed by external scripts and systems.
Import data
You can import data exported from another Reconmap instance or backup into the system with this form. Simple select the export XML file from your computer and hit the Import button. This option is also very handy to share project templates with other users in different instances.
Export data
The export data functionality allows you to export Reconmap data to XML. The exportable data are:
- Vulnerabilities
- Tasks
- Projects (including targets)
- Clients
- Users
An extract of an XML export can be see below:
<?xml version="1.0" encoding="UTF-8"?>
<reconmap>
<vulnerabilities>
<vulnerability summary="Test vulnerability #8">
<description>This is just a test</description>
</vulnerability>
<vulnerability summary="Test vulnerability #16">
<description/>
</vulnerability>
<vulnerability summary="Test vulnerability #15">
<description/>
</vulnerabilities>
</reconmap>
If you wish to export the audit log, refer to the audit log section user manual.