| Ruby script to parse output from ltrace to detect runtime memory leaks and double frees. Valgrind is a whole lot better. | ltparse.rb |
| Simple web crawler written in Ruby. | gatito.rb |
| File format fuzzer, easily automated to find bugs while you sleep! | BitMasker.java |
| Password probability matrix generator/compressor, PoC code for Jon Erickson's PPM. | PPMGen.java |
| Password probability matrix cracker, PoC code for Jon Erickson's PPM. | PPMCrack.java |
| Generates a reverse zone file from a forward zone file for BIND. | forwardToReverse.pl |
| Checks whether a host's SSL cert is valid. Using this is simpler than "openssl s_client -connect <host>:<port> -showcerts" and is more scriptable. This was used to validate an entire /19's worth of certs in the MiTM article. | CertChecker.java |