8000 Tags · PalindromeLabs/zgrab2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
< 8000 span class="mx-1 flex-self-stretch color-fg-muted">/ zgrab2 Public
forked from zmap/zgrab2

Tags: PalindromeLabs/zgrab2

Tags

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request zmap#261 from zmap/jcody/zgrab2-http-sig-override

http/tls: Add option to override SignatureAndHashes

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow for programaitc access of ssh result types (zmap#260)

zmap#260

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request zmap#258 from zmap/bw/http_encodings

zmap#258

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
modules/http: Add option to suppress errors when max redirects exceed…

…ed (zmap#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.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Description() to ScanModule (zmap#248)

This abstracts more of the help text into the ScanModule definition,
removing some more of the need for `zgrab2.AddCommand()`

zmap#248

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request zmap#240 from zmap/jcody/http-custom-resolver

Add the ability to use a custom (fake) DNS resolver

v0.1.1

Toggle v0.1.1's commit message
Honor port override when composing URL (zmap#233)

Commit a38194a added an optional port override as part of the
scan target.  The HTTP and IPP modules, however, still compose
the URL (and select http vs https) by ignoring the override.

This checks for the override, and if present uses the scan target
port.  Otherwise, it falls back to the config port.

zmap#233

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for importing the ZGrab2 main (zmap#224)

Move ZGrab2's main function to a library, and call it in cmd/zgrab2
after importing all of our modules. Consumes of ZGrab2 as a library can
use the same approach to provide custom sets of modules, without having
to hack the build system or reimplement main.

zmap#224

v0.1

Toggle v0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for importing the ZGrab2 main (zmap#224)

Move ZGrab2's main function to a library, and call it in cmd/zgrab2
after importing all of our modules. Consumes of ZGrab2 as a library can
use the same approach to provide custom sets of modules, without having
to hack the build system or reimplement main.

zmap#224
0