tlsx
tlsx copied to clipboard
Go package to extract client and server hello messages from network packets
Hi. This PR adds length checks to fix these panics we've seen on malformed input: ``` panic: runtime error: index out of range [10] with length 10 goroutine 26 [running]:...
Hello, this pull request is a bit more impactful than https://github.com/dreadl0ck/tlsx/pull/2, but it addresses a few more issues found in the code that surfaced upon closer inspection (including the one...
Hello, While fingerprinting some clientHellos, I stumbled on the bug this commit fixes. The fix from 0660b600 has only addressed the issue for the function Unmarshal from ClientHello. This commit...