Leonid Evdokimov
Leonid Evdokimov
> If you have no time to mess with virtualbox I can give root shell to my virtual machine. @zhovner 1. is the offer still alive after 14 months? :-)...
FYI, there are other sorts of inconsistencies as well. E.g. [`originas`](http://archive.routeviews.org/dnszones/) zone from [routeviews](http://archive.routeviews.org/) can produce following records (two ASNs for exactly the same prefix): ``` asn | origin |...
Moreover, IIRC, it [verifies](https://github.com/measurement-kit/measurement-kit/pull/512) certificates instead of just storing them. Content hidden behind bad certificates is especially interesting :)
The original goal was to have similarity metrics for http.body to be able to cluster similar pages together, cluster those pages on Domain / URL and see if two unrelated...
> "rtt": "double indicating the time it took to get the failure or successfully connect" (That's a reminder to future self) Time-to-connect not RTT in case of retransmissions, so I'd...
Hi @animer3009 As far as I understand, OpenWRT is not really a single-user system. There are several users in `/etc/passwd` and `/etc/shadow` and users might be added. E.g. I use...
libnetfilter_conntrack support is not implemented yet. Do you need dynamic UDP redirection? Can you tell me a bit more about your use-case?
https://github.com/darkk/redsocks/commit/709646d59d96cb73a7e70347f37de9823e4e5f14 - initial support for dynamic UDP redirection was commited to master.
redsocks does not support IPv6 yet. What's your use-case for IPv6+Socks5 environment? Is it a real-world scenario or just a lab test?
OK, but you should be aware, that `redsocks` is TCP proxy, so it'll just send raw IPv6 address in `CONNECT [f000:baaa::]:443 HTTP/1.1` request. Is it OK for you? Using redsocks...