tenable_io.parser package

Submodules

tenable_io.parser.workbenches module

class tenable_io.parser.workbenches.WorkbenchParser

Bases: object

HOST_PROPERTIES = 'HostProperties'
REPORT_HOST = 'ReportHost'
REPORT_ITEM = 'ReportItem'
static parse(path, tag='ReportHost')

Parse Nessus XML export from Workbench API into dicts.

Parameters:
  • path – The file path.
  • tag – The XML tag to iterate on. It should be WorkbenchParser.REPORT_HOST or WorkbenchParser.REPORT_ITEM.

Module contents