Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 642 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 642 Bytes

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.