zgrab2 icon indicating copy to clipboard operation
zgrab2 copied to clipboard

Fast Go Application Scanner

Results 108 zgrab2 issues
Sort by recently updated
recently updated
newest added

I apologize if I already asked this in a separate issue- I was unable to find it, though I recall drafting it up a while back. Maybe I got busy...

As of Go 17, `go get` will not install this package and `go install` fails, so you must build it from source currently.

This is a "feature" which is useful but only in very specific configurations which are described as a comment in the code. I'm not insistent on this being merged, please...

As described in #338 (and the title of the PR) Needs review, though it is currently working well enough for me. I'm not a golang guy

Hello, my project need some scans for tls1.3 connections, are there any field I can set while using the tls scanner to use tls 1.3? The command I used is...

Make it a non-fatal error when `EncodeGrab` fails to marshal data when called by `grabTarget`. Previously, if a result couldn't be encoded, the process crashed. Now, it logs an error...

This PR allows zgrab2 to be built as a docker image so that it can be run like this for example: ``` $ echo 'xxx.xxx.xxx.xxx' | docker run -i zgrab2:latest...

Hi, Looking for a specific command for this task. - Several IP Ranges - Will scan for one specific domain that will be sent as "Host: domain.tld" header - Will...

Hi, please let me clarify what i am trying to do as first, i have a ip range list like that > 92.246.241.0/24 > 92.246.239.0/24 > 92.246.238.0/24 > 92.246.236.0/24 i...

See also: https://github.com/zmap/zgrab2/pull/347 The golang textproto library does a few things when parsing the HTTP headers: * consume some whitespace characters (e.g. \r\n) * canonicalizes the header keys (e.g. "content-type"...