vulncheck-oss / go-exploit

A Go-based Exploit Framework
https://pkg.go.dev/github.com/vulncheck-oss/go-exploit
Apache License 2.0
309 stars 29 forks source link

Fix disabled ciphers and clean up linting complaints #185

Closed j-baines closed 4 months ago

j-baines commented 4 months ago

See #181 - this is a simple solution to just update GODEBUG. We won't update it if tlsrsakex is already set, but otherwise we will attempt to append tlsrsakex=1 to GODEBUG