Add: host discovery/alive detection for large IPv6 networks#1058
Merged
greenbonebot merged 11 commits intomainfrom Mar 23, 2026
Merged
Add: host discovery/alive detection for large IPv6 networks#1058greenbonebot merged 11 commits intomainfrom
greenbonebot merged 11 commits intomainfrom
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
2 tasks
f777a75 to
51e9a9d
Compare
mattmundell
reviewed
Mar 18, 2026
ea9f785 to
6a37fe6
Compare
6a37fe6 to
ff374b0
Compare
Member
Author
|
@mattmundell thanks for the review ! |
mattmundell
reviewed
Mar 19, 2026
bc5adf5 to
046fb63
Compare
mattmundell
approved these changes
Mar 20, 2026
Contributor
|
@jjnicola Approved, but I have too few permissions to merge |
Contributor
@bjoernricks Just so you're aware, in case this restriction was accidental. |
Member
Author
|
Thanks a lot @mattmundell ! |
2 tasks
Contributor
|
@mattmundell no i don't think so. With #1066 you should be able to approve and merge PRs for gvm-libs too. |
046fb63 to
e6e56c1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Add a new method to boreas for detecting alive host in an IPv6 network
Jira: SC-1574
Why
Currently, ICMPv6 is performed against every single host in a IPv6 block, building a host list from the network address/mask. This means that a huge list is never scan for IPv6 networks.
Whit this new method, the IPv6 all-address
ff02::1is used for finding hosts in the local networkReferences
Checklist