All Projects → mehulj94 → Snatch

mehulj94 / Snatch

Licence: mit
Python code to extract chrome cookie, history and login data files

Programming Languages

python
139335 projects - #7 most used programming language

Snatch

Python code to steal chrome cookie, history and login data files and send them to an email address. It only works for windows users at the moment.

Functions

-> def cookiestealer(): It copies the Cookie, History and Login Data file to a secure directory located in C:\Users\Public\Intel\Logs

-> def sendData(fname,fext): This function attaches the files and send them through email.

Inputs

-> userkey: Enter your gmail username. Make sure to encode your username and then use decode to feed in this input.

-> passkey: Enter your gmail password. Make sure to encode your password and then use decode to feed in this input.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].