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

Basically the same as #236, so it's a duplicate... But since @mzpqnxow closed the issue with this still being quite a major issue, I am reposting this. The README.md says...

Would be nice to have HTTP POST body support (chunked or standard/identity format) as well as a few more simple flag-based tunables for the HTTP module: * Flag to disable...

This patch adds the result of the TLS handshake when using the banner module with the `--tls` option. ## How to Test `echo 4.5.6.7 | zgrab2 banner --tls -p 443`...

Fix issue 191 https://github.com/zmap/zgrab2/issues/191 Moved the setting of HostKeyAlgorithms, KexAlgorithms and Ciphers from the init() function to the Init() function. Test using this file as **multiple.ini** ``` [ssh] trigger="tag0" name="ssh22"...

/usr/bin/ld: $WORK/b009/_pkg_.a(_go_.o): in function `golang.org..z2fx..z2fsys..z2funix.RawSyscallNoError': /root/go/pkg/mod/golang.org/x/[email protected]/unix/gccgo.go:48: undefined reference to `golang.org..z2fx..z2fsys..z2funix.realSyscallNoError' /usr/bin/ld: $WORK/b009/_pkg_.a(_go_.o): in function `golang.org..z2fx..z2fsys..z2funix.SyscallNoError': /root/go/pkg/mod/golang.org/x/[email protected]/unix/gccgo.go:21: undefined reference to `golang.org..z2fx..z2fsys..z2funix.realSyscallNoError' /usr/bin/ld: $WORK/b009/_pkg_.a(_go_.o): in function `golang.org..z2fx..z2fsys..z2funix.Syscall': /root/go/pkg/mod/golang.org/x/[email protected]/unix/gccgo.go:28: undefined reference to `golang.org..z2fx..z2fsys..z2funix.realSyscall'...

I found that some web content will be encoded as \ufffd E.g: 010-4200-4200.com 010apartment.com The data stored in the database is garbled.

The TLS Security proof requires that the ClientHello Random actually be random. Without this being random there are problems with cut-paste and replay attacks. I assume the security of the...

Hello! There are a few issues up that request proxy support #220 and #107 I've looked at the code myself and it seems a bit more work is required than...

To continue the discussion from PR #309, the transition from TravisCI to GitHub Actions wasn't able to get the Makefile tests or Docker integration tests running properly. This could be...

When `IP, DOMAIN, TAG` is used as input in http mode, zgrab2 does not connect to the given IP and set the `Host: domain` header, instead it resolves and connects...