Skip to content

Releases: zmap/zgrab2

v0.1.8

22 May 23:13
6993f20
Compare
Choose a tag to compare

What's Changed

New Contributors

Read more

Allow for programaitc access of ssh result types

31 Mar 20:01
d2e5038
Compare
Choose a tag to compare

Makes some the types used in the SSH scanner's result exported
Namely:

  • KexInitMsg
  • Algorithms
  • DirectionAlgorithms

#260

v0.1.4: modules/http: Add option to suppress errors when max redirects exceed…

28 Feb 19:27
0bd36c5
Compare
Choose a tag to compare
…ed (#253)

If the --max-redirects value is exceeded, we return
SCAN_APPLICATION_ERROR with "Too many redirect" as the error message.

Add an option to suppress this error, and return success even if we
exceed the maximum specified number of redirects.

v0.1.2

03 Feb 02:14
d9885ed
Compare
Choose a tag to compare

Adds support for a custom "fake" DNS resolver that can optionally be added to a Dialer. The http scanner now uses the fake DNS resolver to force resolutions to a specified IP address, if both an IP address and domain name are specified in the scan. This fixes the issue where the http scanner would ignore the specified IP address if a domain name was specified.

v0.1.0

25 Sep 13:10
8427a23
Compare
Choose a tag to compare

Go module compatible release. Mostly works.