python-nmap
python-nmap copied to clipboard
"-d" output broken
When using PortScanner() with arguments "-O -d" the XML isn't parsed correctly and breaks
The suggested work around is call get_nmap_last_output() without the "-d" tag but that information doesn't include the fingerprints I'm after
Any help would be appreciated
This is particularly relevant to resolving the Windows 11 os fingerprint, as it generates a unique one every time so I'd like to analyze the output fingerprint that seems to only appear using the debugging tag (-d)