Password Snarfer

I recently went to Defcon and had some time to think about the next thing to write. I had been toying with the idea for some time. A password snarfer for those password database programs like Norton Identity Manager, PassSafe off of sourceforge, LastPass,  Kaspersky Password Manager, Roboform Desktop, Iron Key and the rest. I’m […]

Update to APB hack

I made some updates to my tool. For example, now you can control how many messages are generated for each click. I also added the ability to use the scroll wheel to click fire. Check it out: Once again, if you want the tool, get it here: Apb Mouse Macro   I still gotta finish […]

Doing things the easy way

A couple months back I posted a C++ program for reading / writing mp3 files given their tags. This was of course windows so its always necessary to over do everything because that’s how windows works. I did the whole process on Linux in like 1 line of bash. I installed the MP3::Tag lib from […]