You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Boreas count number of hosts wrongly when scan a target using domain name resolved to more than 1 IP addresses (IPv4 and IPv6).
Steps to reproduce
Scan a target using domain name resolved to more than 1 IP addresses.
Notice the host count is wrong.
GVM versions
boreas: build from the latest main source.
Logfiles
$sudo boreas --target=google.com
Alive scan started: Target has 2 hosts.
216.58.214.14
Alive scan finished in 6 seconds: 1 alive hosts of 2.
$host google.com
google.com has address 142.250.179.206
google.com has IPv6 address 2a00:1450:400e:80e::200e
google.com mail is handled by 10 smtp.google.com.
The text was updated successfully, but these errors were encountered:
Hello @dvppvd,
Thanks for opening this issue.
Unfortunately the description of host is a bit misleading. We currently resolve the target to both IP addresses and alive test them.
We will discuss this in more depth soon.
Regards
Expected behavior
Boreas count number of hosts properly.
Actual behavior
Boreas count number of hosts wrongly when scan a target using domain name resolved to more than 1 IP addresses (IPv4 and IPv6).
Steps to reproduce
GVM versions
boreas: build from the latest main source.
Logfiles
The text was updated successfully, but these errors were encountered: