Hi everyone,I wanted to show you a little project I'm working on, I called it the USB Cookie Stealer.The title is pretty self explaining, but first of all let me precise this is purely theorical and based on the fact that the program will autorun itself.
Please note I made some serious assumptions, maybe it wont work at all, I'm still learning and a total newbie, the first purpose of this is knowledge.
First of all, you'll need a U3 usb key. Why ? Because these usb sticks have 2 parts, one normal usb part, and another one wich acts like a CD. But why an U3 ? Well, this program will have to autorun ( at least to me, maybe I'm wrong ), and windows only allows programs coming from CDs to autorun.
I'll write it in Python, so l have to find a way to run it on any computer. I don't know if installing Python on the key ( portable version ) or make it executable.
So, now that our program should be able to automatically run, we'll have to :
Kill the active navigators
Find our way into the place where the differents browsers store their cookie
Copy them
Run away
I'll update this as soon as I'll be able to add some content, meanwhile please share you thoughts etc, any help is appreciated !