We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using masscan on scanme.nmap.org (2600:3c01::f03c:91ff:fe18:bb2f) with -oX yields:
masscan
scanme.nmap.org
2600:3c01::f03c:91ff:fe18:bb2f
-oX
<?xml version="1.0"?> <!-- masscan v1.0 scan --> <nmaprun scanner="masscan" start="1734254071" version="1.0-BETA" xmloutputversion="1.03"> <scaninfo type="syn" protocol="tcp" /> <host endtime="1734254071"><address addr="2600:3c01::f03c:91ff:fe18:bb2f" addrtype="ipv4"/><ports><port protocol="tcp" portid="22"><state state="open" reason="syn-ack" reason_ttl="255"/></port></ports></host> <runstats> <finished time="1734254083" timestr="2024-12-15 10:14:43" elapsed="12" /> <hosts up="1" down="0" total="1" /> </runstats> </nmaprun>
Issue: The addr field shows the IPv6 address but addrtype is "ipv4".
addr
addrtype
"ipv4"
Expected output: In XML output, addrtype is "ipv6" for IPv6 addresses.
"ipv6"
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Using
masscan
onscanme.nmap.org
(2600:3c01::f03c:91ff:fe18:bb2f
) with-oX
yields:Issue: The
addr
field shows the IPv6 address butaddrtype
is"ipv4"
.Expected output: In XML output,
addrtype
is"ipv6"
for IPv6 addresses.The text was updated successfully, but these errors were encountered: