Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-11-27 | 1.7 kB | |
v4.3.0 source code.tar.gz | 2024-11-27 | 206.7 kB | |
v4.3.0 source code.zip | 2024-11-27 | 322.3 kB | |
Totals: 3 Items | 530.6 kB | 1 |
Special thanks to @huxcrux, @annalittle, @dlenskiSB, @Murgeye for bug fixes, feature enhancements, and new UDP probes.
Highlights include fixing a bug where --rate
wasn't respected in all situation and some integer overflow issues in reported statistics with multi-port scanning.
What's Changed
- New UDP probe for DTLS servers by @dlenskiSB in https://github.com/zmap/zmap/pull/890
- Fix source port range size warning by @Murgeye in https://github.com/zmap/zmap/pull/891
- Handle upgrade path for blacklist to blocklist by @phillip-stephens in https://github.com/zmap/zmap/pull/895
- Fixes ubuntu docker base image versions in github tests by @phillip-stephens in https://github.com/zmap/zmap/pull/898
- New UDP probes by @annalittle in https://github.com/zmap/zmap/pull/899
- Add source port validation CLI option and associated code to UDP module by @phillip-stephens in https://github.com/zmap/zmap/pull/901
- Fix Mac build CI step by @phillip-stephens in https://github.com/zmap/zmap/pull/906
- Fix 904 - multi-port scans lead to int overflow by @phillip-stephens in https://github.com/zmap/zmap/pull/905
- [Bug] Fix ZMap not obeying
--rate
edge case by @phillip-stephens in https://github.com/zmap/zmap/pull/907 - Match JSON function to variable type by @phillip-stephens in https://github.com/zmap/zmap/pull/908
New Contributors
- @dlenskiSB made their first contribution in https://github.com/zmap/zmap/pull/890
- @Murgeye made their first contribution in https://github.com/zmap/zmap/pull/891
- @annalittle made their first contribution in https://github.com/zmap/zmap/pull/899
Full Changelog: https://github.com/zmap/zmap/compare/v4.2.0...v4.3.0