Syslifters / reptor

Other
11 stars 3 forks source link

137 fix ip address parser for nmap xml reporter #140

Closed kmahyyg closed 8 months ago

kmahyyg commented 9 months ago

Nmap.py: fix address parser for report with both MAC address and IP address

fix issue #137

For example:

<address addr="172.16.5.127" addrtype="ipv4"/>
<address addr="00:50:88:99:aa:bb" addrtype="mac" vendor="VMware"/>