There were 5 categories:
- 3dub: web-based challenges
- 0x41414141: exploitation
- \xff\xe4\xcc: shellcode
- OMGACM: guerilla programming
- gnireenigne: reverse engineering
If you want to have a look, @JonathanSalwan saved some of the binaries on his repo.
Blog of a security enthusiast
$ file f100_6db079ca91c4860f.bin f100_6db079ca91c4860f.bin: x86 boot sector; partition 1: ID=0x7, starthead 0, startsector 31, 31558 sectors
ssh -p 6000 sheep@pwn21.ddtek.biz # and use password baaAaaAHowever, it appeared that the server was overloaded and most of the time SSH did not work. The solution is to connect to SSH continuously until it works with some shell scripting:
while true; do ssh -p6000 sheep@pwn21.ddtek.biz doneOnce connected, you get a black screen with nothing but rapidly discover you are in VIM text editor.