This page is just a small list of small programming (and some incomplete) projects I've worked on in my spare time. I can't vouch for anything here, that is, use entirely at your own risk.
BlueTooth Inquiry
This is a tool I did for a BT presentation and to familarize myself with the unix bluez API. It basically scans for Bluetooth devices and puts the information in a mysql database. I've also added my PP presentation and various notes and steps on Bluetooth vulnerabilities. (C++) . bluetooth-pund-steps . bluetooth-exploit-steps802.11 Wireless Node Scanner
A Proof of Concept using the MAC address to find wireless nodes. I like this design as it doesn't require a Wireless Adapter and can be run on a wired node. (C++)
KeyStore Attack
Dictionary brute force attack on a keystore. Requires openssl. (C)
Binary Fuzzing
Pads a binary file with random and sequential binary data. Includes ability to specify an offset in order to preserve headers.
SQL Injection Demo
Very basic demonstration of SQL Injection I used for a presentation. Requires a mysql backend.
Packet dump using winpcap
Another quick tool that users winpcap and the sharppcap wrapper. It takes network traffic and dumps it to a DSN source. The SQL scripts to create the database schema is included. (C#)
Windows Security Event Log Generator
Writing to the security event log in Windows isn't trivial. It requires you to have SYSTEM access. This tool elevates the token to SYSTEM and writes to the event log. (C)