Olympus write-up by fasetto

Hello,
Thanks for your write-up:

I have troubles running your code: “olympus-pwn.py”

It hangs and I had to Control + C to cancel it. Below shows the output.

It seems to have problems at line 206 of
/usr/lib/python2.7/socket.py

python pwn.py -u http://10.10.10.83 --lport 1337 --lhost 10.10.my.ip

— > Output
/ This is the output I get when I pressed Control + C
[*] Payload sent.
^CTraceback (most recent call last):
File “olympus-pwn.py”, line 41, in
conn, addr = sock.accept()
File “/usr/lib/python2.7/socket.py”, line 206, in accept
sock, addr = self._sock.accept()
KeyboardInterrupt

…FWIW , I also had the same problem running this python code from

, which some other writeups also used to try to get limited shell.

Please advise.

Thanks a million.