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 […]

APB Gun Macro

I’ve been playing this game, All Points Bulletin for some time now and lately I’ve been seeing a lot of people using mouse macros to take advantage of poor netcode that allows users to fire their weapons ad fast as they can click. So what i did was write my own little macro application that […]

HTTP Fuzzer in PHP

-EDIT- IM DONE Long time no update. What have I been working on? Lots. For starters, I am coding my own HTTP fuzzer in my favorite web lang – php. Here, take a look: http://gironsec.com/code/fuzzy.html Want to see the back end code? Now that I’m done, here it is: http://gironsec.com/code/myfuz.php I’m calling it ‘Joe’s Hot […]