Pathfinder is a plugin for mapping network vulnerabilities, scanned by CALDERA or imported by a supported network scanner, and translating those scans into adversaries for network traversal.
This PR contains two minor changes affecting report parsing and in-UI display.
NMAP scans (either executed in the Scan Tab or imported as .xml files) are now successfully imported.
app/parsers/nmap.pygenerate_network_map line 80 changed value to host_object.
Verified successful parsing for nmap and nmap-vulners scans in UI, as well as existing nmap scans (with out without the .xml extension)
Report names are correctly filled from the filed in the Scan tab, or from the filename of a report loaded through the Import tab.
Verified correct behavior using nmap scans (both in-UI and existing), as well as CALDERA report files (where the name is read from the name field, rather than the filename).
This PR contains two minor changes affecting report parsing and in-UI display.
NMAP scans (either executed in the
Scan
Tab or imported as.xml
files) are now successfully imported.app/parsers/nmap.py
generate_network_map
line 80 changedvalue
tohost_object
..xml
extension)Report names are correctly filled from the filed in the
Scan
tab, or from the filename of a report loaded through theImport
tab.