Commit Graph

7 Commits

Author SHA1 Message Date
Houlton McGuinn
904ea05789
add jarm-go to go.mod (#321) 2021-07-30 12:13:41 -04:00
Meteorite
2b6e6cb2ec
update zflags module to new version (#243)
Co-authored-by: Zakir Durumeric <zakird@gmail.com>
2021-06-06 11:30:01 -07:00
David Adrian
4e047842a6 stm: go get -u, fix compile errors 2021-04-06 16:49:27 -06:00
Benjamin Wireman
cfd48de9d6
Fix panics in Modbus scanner (#265)
* Check message and body length in in GetModbusResponse()

* add timeout to waiting when PSQL container to start

https://github.com/zmap/zgrab2/pull/265
2020-05-29 13:07:47 -04:00
Jeff Cody
76d09b59c5
http/tls: Add option to override SignatureAndHashes
So that we can advertise a slightly more expansive default set of
signature/hash algorithms in the signature_algorithms extension of
the TLS Client Hello, provide an option to use a pre-defined override.

This also splits up the TLS connection helper in tls.go, so that the
tls.Config can be modified by a scanner module.
2020-05-08 17:32:33 -04:00
David Adrian
86e24ff81f Attempt to fix CI 2019-10-22 20:25:54 +00:00
David Adrian
dda796c8da
Add support for Go modules (#223)
This pins dependencies via go mod init. Regular builds should still
work, so this won't affect CI. It overrides the default set of deps for
ZFlags, to point to v1.4.0-beta.1. This gets the ParseCommandLine
function.
2019-09-24 13:55:05 -04:00