screeck / nonameyet

My first malware
0 stars 0 forks source link

Password stealer #2

Open screeck opened 2 years ago

screeck commented 2 years ago

Create a python web browser password stealer. Functionality: -read chrome logins and passwords (DONE) -save logins and passwords to file (DONE) -send file back to server (DONE)

screeck commented 2 years ago

It returns website and username but password is blank, working on getting passwords by extract function in chrome password manager.