Skip to content

A bot made in Python to steal saved wifi passwords in a computer and then report them through email.

License

Notifications You must be signed in to change notification settings

Snavellet/wifi-password-stealer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wifi Password Recovery

A bot made in Python to steal saved wifi passwords in a computer and then report them through email.

Features

  • Gives the public ip of the victim when reporting
  • Send reports through email for all wifi passwords in a nice format

Setup

  • pip install -r requirements.txt - Install all packages
  • Input your details in config.json
  • Run password-stealer.py

Requirement

Python --> 3.7 or more

Configuration

{
  "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"
}

Notes

I'm not responsible for whatever actions you did when you are using this program.

Made By

Snavellet --> Primary Developer

License

MIT

About

A bot made in Python to steal saved wifi passwords in a computer and then report them through email.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages