Ayoub Elaich
Ayoub Elaich
@EdOverflow ```python3 handler.py``` works fine but when I parse urls in the localhostm I get this error ```Traceback (most recent call last): File "/usr/lib/python3/dist-packages/tornado/web.py", line 1590, in _execute result =...
@kunal812eee replace ```import StringIO``` to ```from io import StringIO```
I tried to switch to py3 and did these Tried py3 I changed urlparse to urllib.parse and also ```from StringIO import StringIO``` because of ```ImportError: No module named 'StringIO'``` Works...
Hello I'm using it in Mac OS, which should have the same behavior Regards
Hi @w9w I'm not sure why it doesn't work for us as its intended here's my output for the same command
Hey I have the same problem running kali in a VM with NAT network this is the output of 'ifconfig' ``` eth0: flags=4163 mtu 1500 inet 192.168.1.102 netmask 255.255.255.0 broadcast...
@pablopunk no it is a must ?
@blmvxer here : `[ 0.000000] Linux version 4.18.0-kali3-amd64 ([email protected]) (gcc version 7.3.0 (Debian 7.3.0-30)) #1 SMP Debian 4.18.20-2kali2 (2018-11-30) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.18.0-kali3-amd64 root=UUID=6dd998d9-9743-48ab-9a30-6a2953e0d2fa ro initrd=/install/initrd.gz quiet [ 0.000000]...
**Hello** **Thanks for the fast reply here:** ``` VIM - Vi IMproved 8.1 (2018 May 18, compiled Aug 22 2018 23:46:39) Included patches: 1-320 Modified by [email protected] Compiled by [email protected]...
Hello same here 