Skip to content

Commit 4c6cccc

Browse files
authored
Create README.md
1 parent 24b2f88 commit 4c6cccc

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Get-Wifi-Password/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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+
![](https://github.com/pritamp17/Amazing-Python-Scripts/blob/wifi1/Get-Wifi-Password/ss/final-1.jpg?raw=true)
23+
24+
# And here you go
25+
![](https://github.com/pritamp17/Amazing-Python-Scripts/blob/wifi1/Get-Wifi-Password/ss/final-2.jpg?raw=true)
26+
27+
# Author
28+
[Pritam Pawar](https://github.com/pritamp17)

0 commit comments

Comments
 (0)