darkarp / chromepass

Chromepass - Hacking Chrome Saved Passwords
GNU Affero General Public License v3.0
777 stars 110 forks source link

"There isn't enough memory to complete this action" #38

Closed Genus-learner closed 3 years ago

Genus-learner commented 3 years ago

Installed the latest version of chromepass. Everything went smoothly, no errors. But when I try to run the client file. This error occurs: image

I tried closing everything else but the error stays.

darkarp commented 3 years ago

Yes, this is actually not a bug. Maybe it should be better explained in the README. The client has the ability to create a fake error message (the one you're seeing), as an example way to make it look like the program couldn't run, so it looks less suspicious. If the program runs and does nothing, it may be suspicious. If that message appears, the program ran successfully, it's just a fake message.

The error can be enabled with the --error flag and the message can be customized by the --message flag, like this: python create.py --ip 127.0.0.1 --error --message A custom error has happened

Did you create the client using the --error flag? It's actually supposed to be disabled by default.

darkarp commented 3 years ago

Is this problem clarified or is there still an issue?

Genus-learner commented 3 years ago

Oh sorry lol That didnt happen in the last version so I wasnt aware of it. Ok I'll play around with it some more thanks