Nikolay Shopik

Results 36 comments of Nikolay Shopik

`squid` умеет блокировать по SNI если версия выше 3.5 и выше

Its rather big task you asking, unless you are willing to write/maintain code I doubt it will happen. Also if you need console ncurses-like tool for http look for `mitmproxy`

On second though I think we should disable interface capture when HEP capture is enabled, to avoid false reports of double capture. As in most cases its not needed, but...

Yeah I was talking about HEP listening mode. `none` interface type is good solution but I merely suggest it to set to `none` if HEP enabled unless otherwise specified via...

We would like to something similar but just for ports. Typical scenario you do UDP/TLS conversion where incoming port would be 5060 and outgoing 5061. Currently it will show you...

It would be nice to have info on IPv[4|6] addresses too, you could get that info via RDAP (json based whois replacement)

> For IP addresses, you can already right-click and look them up on bgp.he.net. Nice I didn't know that. But my suggestion about do lookup via JS for example `https://rdap.arin.net/registry/ip/8.8.8.8`...

Also please note that Windows8 and later (2012 and later) include LLDP protocol driver but its not installed by default. http://msdn.microsoft.com/en-us/library/windows/hardware/hh451627(v=vs.85).aspx I never able install it manually only on preview...

iirc remember they only shared link configuration only. Maybe it was changed, but quick test on Windows 2012 show that i still can't install it manually (probably only installed as...

I'd go with curl and leaving wget in busybox. Standalone wget seems much bigger than curl.