Skip to content

Commit

Permalink
Added Readme.md for Wifi-Hack
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit-saraswat committed Oct 2, 2020
1 parent 748898e commit ef310d5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions wifi_hack/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Wifi Password Getter Hack
This hack can be used to get wifi passwords stored on your device by running a small script.

<img src="./images/wifi.png" alt="script-output" style="width:125px;">

## Steps to run
1. Clone this repo
2. Open wifi_hack folder and open command prompt/terminal in it
3. Run the following command:
```
python wifi_password_getter.py
```
4. For GUI run the command:
```
python wifi_password_getter_gui.py
```

## Images
1. Script Output:
<img src="./images/script.png" alt="script-output">
2. GUI Output:
<img src="./images/gui_output.png" alt="gui-output">

## Contributed by
* [harshit-saraswat](https://github.com/harshit-saraswat)

0 comments on commit ef310d5

Please sign in to comment.