code hacking, zen coding

Hack.lu CTF – Python Jail Writeup

Hack.lu CTF – Python Jail Writeup

Challenge source code: #!/usr/bin/env python ”’ Running instructions.  sockets are insecure. We do not implement any socket behaviour in this  file.  Please make this file +x and run with socat:     socat TCP-LISTEN:45454,fork EXEC:./chal.py,pty,stderr Debugging:  Just execute chal.py and play on terminal, no need to run socat Note:  This […]

Share

Insomni’hack 2012 Network PCAP Write-ups

Insomni’hack 2012 Network PCAP Write-ups

In this challenge we 2 files: 1 PCAP, 1 Python The PCAP file contains a dialog between a client and server that goes like this: > = client to server < = server to client > 8e67bb26b358e2ed20fe552ed6fb832f397a507d:3daf723376f823eceeb314c8fa60e47b1ba23633 < 5f367ff47fff772986cca54219fa167175353dc7 > 78be5fe51f264a4067463bad57022348 < 3290452b9a9f6d18523347dd1daa54a1e09195a7 > 94817a6b1d833e1ffb4fcb2aa7dd14143dc5759e>_

Share