Snawoot

Results 27 issues of Snawoot

Nice tools you have here! Thank you!

Fix #6 This PR just contains valuable patch from @n90p

Hello, I'd like to point out that one of critical stages and corresponding messages are missing from DTLS diagram. As per [RFC 9147 Section 5.1](https://www.rfc-editor.org/rfc/rfc9147.html#name-denial-of-service-counterme) > In order to counter...

https://github.com/ameshkov/sniproxy/blob/master/internal/dnsproxy/dnsproxy.go#L85 apparently, resolve is not happening for non-A and -AAAA requests. Please fix ASAP!!!

#### System information Erigon version: `2.51.0-a0160bee` OS & Version: Linux Commit hash: `a0160beee4032491501d89c5347bb1c4710ee6cc` Erigon Command (with flags/config): ``` /usr/local/bin/erigon --datadir=/data/polygon/erigon \ --db.size.limit 8246651162368 \ --maxpeers=300 \ --chain=bor-mainnet \ --http.addr=0.0.0.0 \...

polygon
priority:high

Similar to #44 SetBuilder has method Set, but this method does what missing method Add should do. So there is no way to retrieve Set method built. Should I submit...