Some option enhancements#4
Open
kuuse wants to merge 16 commits into
Open
Conversation
added 8 commits
June 2, 2026 13:06
… -' option to write JSONL to stdout.
… address. Validates that the given IP address belongs to the local host.
… address. Validates that the given IP address belongs to the local host.
…de a list of targets from a scan.
…uded targets. 'Extended Target Syntax' allows for IP addresses, CIDR blocks, octet-ranges (e.g. 192.0.2.1-3), and hostnames.
…d list of excludes. Added version option.
…d list of excludes. Added version option.
Author
|
Hi again, I just added a few more options, just in case you are interested. BR, |
added 8 commits
June 11, 2026 15:30
…faults to 32, but 512 is recommended to be able to parse 'reponse_data' correctly.
…: '-s <service1>[,service2...]'.
…UFSIZE, but the default 'udpx' behavior is respected when not used. The plan for further 'response_data' parsing to obtain more UDP service details has been abandoned, as this is better achieved using other tools which uses multi-step queries (such as ZGrab2) instead of single-packet probes.
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.
Hello,
I added a few options to enhance
udpx, just in case you are interested in a merge:https://github.com/kuuse/udpx
Best Regards,
Johan Kuuse