File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
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 )
You can’t perform that action at this time.
0 commit comments