shadowsocks icon indicating copy to clipboard operation
shadowsocks copied to clipboard

Redirect attack on Shadowsocks stream ciphers

Results 4 shadowsocks issues
Sort by recently updated
recently updated
newest added

Hi @edwardz246003 Thanks a lot for the interesting finding! To clarify, [go-shadowsocks2](https://github.com/shadowsocks/go-shadowsocks2) (not to be confused with the deprecated [shadowsocks-go](https://github.com/shadowsocks/shadowsocks-go)) supports AEAD ciphers from the very beginning.

flake8 testing of https://github.com/edwardz246003/shadowsocks on Python 3.8.1 $ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics ``` ./attack2_with_https_pocket.py:40:34: E999 TabError: inconsistent use of tabs and spaces in indentation x=xor(prefix_https_recv,targetIP) ^ 1 E999...

Hello there As we all know, ShadowsocksR is a variant of Shadowsocks. It does not support AEAD encryption. But it has more "protocol" function than Shadowsocks ( in the [ShadowsocksR...