Many years ago I tryed to solve Hackerslab, here is some of the code I wrote:
Telefonicadict.c is a simple dictionary generator for making dictionary attacks on telefonica's AP. It reduces the search space on aprox 2^72, leaving it in a nice 3*(2^16). To use with aircrack -w. With this dict, you can crack 128 bits WEP passwds with only 25 IVs in less than 5 seconds on a slow computer from 2005. It runs on Linux.
It seems that rusoblanco wrote another program like this. My code is just a one-nigth-hack, you may want to use his code instead.
Unfold.c is a filter for unfolding RFC-822 headers (email headers). It runs on Linux.
Last modified 2007-10-10.