Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gtajisan authored Dec 21, 2023
1 parent 140960e commit 2837a56
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,31 @@ A simple python tool for crack old TP-Link routers.
+ **Find admin panel username**
+ **Find admin panel password**

### install one line
pkg update && pkg upgrade -y && pkg install git python -y && pip3 install pycryptodome && git clone https://github.com/Gtajisan/wifi-admin-hack && cd admin-hack.py && python admin-hack.py -h


### Installation :

```bash
pkg update && pkg upgrade -y
pkg install git python -y
pip3 install pycryptodome
git clone https://github.com/Gtajisan/wifi-admin-hack
cd TP-LINK
cd admin-hack.py


```

#### Help :
```
python admin-hack.py -h
```

#### Help : `python tplink.py -h`
#### Usage : `python tplink.py conf.xml 192.168.0.1`
#### Usage :
```
python admin-hack.py conf.xml 192.168.0.1
```

#### Note:
+ **First turn on your Wifi.**
Expand Down

0 comments on commit 2837a56

Please sign in to comment.