python-nmap icon indicating copy to clipboard operation
python-nmap copied to clipboard

"-d" output broken

Open nkaminsk opened this issue 3 years ago • 0 comments

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)

nkaminsk avatar Jun 23 '22 14:06 nkaminsk