·
13 commits
to master
since this release
We're very excited to release v1 of ZGrab2! We feel the module/framework API has stabilized to the point we feel comfortable with making this our first major release.
What's Changed
- Retry Postgres scans without TLS if the TLS connection attempt errors by @UnknownEclipse in #573
- 66 add memcached module by @nicholasingino in #551
- Implement a DNS and per-IP Target Rate Limit by @phillip-stephens in #572
- Group CLI flags and make --help text for modules descriptive by @phillip-stephens in #571
- replace blocked cloudflare.com test with working domain by @phillip-stephens in #585
- Fix "Application Options" mutliple module parsing by @phillip-stephens in #578
- Fix integration tests on Github Runner by @phillip-stephens in #586
- feat(http): add
SkipHostrequest option by @UnknownEclipse in #580 - feat(siemens): add custom readtimeout by flag by @zsbahtiar in #584
- Normalize scanning module variable usage by @Seanstoppable in #595
- Add port to ScanResponse output by @Seanstoppable in #596
- Make verbose a base flag by @Seanstoppable in #599
- Add additional tests for http by @Seanstoppable in #606
- Phillip/98 metadata file improvements by @phillip-stephens in #607
- Update ZFlags by @phillip-stephens in #608
- Add support for HTTP/2 and HTTP/2 over clear-text by @phillip-stephens in #581
- Return all the TLS handshake details we have even if handshake fails by @phillip-stephens in #613
- Added better docs for the Scanner interface by @phillip-stephens in #615
- feat(ssh): Improve SSH_MSG_KEXINIT composition by @TrueSkrillor in #616
- Fix Lint issues and add a test for memcached's SnakeToCamel by @phillip-stephens in #630
- bugfix: MySQL Empty Packet Check by @GQW19 in #627
- MySQL Length Check for Version 9 Packets by @GQW19 in #631
- memcached boundry check bug fix + Checks for magic byte and opcode validations by @merterdemir in #629
- Add some helpful info to the top of our README by @phillip-stephens in #634
- Add ManageSieve Module by @BMKprIT in #617
- initialize monitor map and avoid accessing before checking membership by @phillip-stephens in #647
- Fix failing IPP/Cups integration test by @phillip-stephens in #649
- Fix bug with Oracle when used with multiple module by @phillip-stephens in #648
- validate pptp magic cookie in responses by @phillip-stephens in #650
New Contributors
- @nicholasingino made their first contribution in #551
- @zsbahtiar made their first contribution in #584
- @GQW19 made their first contribution in #627
- @merterdemir made their first contribution in #629
- @BMKprIT made their first contribution in #617
Full Changelog: v0.2.0...v1.0.0