tomh4x

Results 3 comments of tomh4x

Related: https://github.com/MISP/misp-docker/issues/91

``` >>> b'\xc3\xb6'.decode('ascii') Traceback (most recent call last): File "", line 1, in UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 0: ordinal not in range(128) >>> b'\xc3\xb6'.decode('utf-8') 'ö'...

iptables does not work as non-root either, as you're modifying settings in part of the kernel (netfilter). Linux is designed this way.