|
| 1 | +# Get Wifi Passwords |
| 2 | +A Python Script Which,when excuted on target WINDOWS PC will send all the stored WIFI passwords in it through given email. |
| 3 | + |
| 4 | +# Packages Used |
| 5 | +- [subprocess](https://docs.python.org/3/library/subprocess.html) |
| 6 | +- [smtp](https://docs.python.org/3/library/smtplib.html) |
| 7 | + |
| 8 | +# How to run |
| 9 | +**1.** Fork [this](https://github.com/avinashkranjan/Amazing-Python-Scripts) repository. |
| 10 | + |
| 11 | +**2.** Clone your forked copy of the project. |
| 12 | +``` |
| 13 | +git clone https://github.com/<your_user_name>/Amazing-Python-Scripts.git |
| 14 | +``` |
| 15 | +Navigate to the project directory. |
| 16 | +```bash |
| 17 | +cd Amazing-Python-Scripts/python/Get-Wifi-Password |
| 18 | +``` |
| 19 | +```bash |
| 20 | +python finder.py |
| 21 | +``` |
| 22 | + |
| 23 | + |
| 24 | +# And here you go |
| 25 | + |
| 26 | + |
| 27 | +# Author |
| 28 | +[Pritam Pawar](https://github.com/pritamp17) |
0 commit comments