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 […]
Month: October 2012
GreHack 2012 – Web100 (python daemon) Writeup
HackYou CTF – PPC 200 – Oscaderp Forensic Writeup
HackYou CTF – Epic Arc 300 – CTF.EXE Writeup
HackYou CTF – Web 300 – RNG of Ultimate Security Writeup
Web challenge. We have the “source code” and we know the location of the flag: <!– can’t touch this: http://securerng.misteryou.ru/flag.txt.gz –> <!– can touch this: http://securerng.misteryou.ru/index.php.txt –> The web page is simple form to generate pseudo-random numbers. Here is the form: <form method=’POST’> Enter the […]