https://github.com/anbuinfosec/tp-link
A simple python tool for crack old TP-Link routers.
https://github.com/anbuinfosec/tp-link
Last synced: 5 months ago
JSON representation
A simple python tool for crack old TP-Link routers.
- Host: GitHub
- URL: https://github.com/anbuinfosec/tp-link
- Owner: anbuinfosec
- License: mit
- Created: 2023-07-21T14:05:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T16:38:50.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T06:39:43.223Z (6 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TP-LINK
A simple python tool for crack old TP-Link routers.# Feature's
+ **Find router model or hostname**
+ **Find connection username**
+ **Find connection password**
+ **Find admin panel username**
+ **Find admin panel password**### Installation :
```bash
pkg update && pkg upgrade -y
pkg install git python -y
pip3 install pycryptodome
git clone https://github.com/illusionghost3/TP-LINK
cd TP-LINK
chmod +x tplink.py
```#### Help : `python tplink.py -h`
#### Usage : `python tplink.py conf.xml 192.168.0.1`#### Note:
+ **First turn on your Wifi.**
+ **Connect to the wifi.**
+ **Only works on TP-LINK old routers**
+ **Not working on new router**### Thanks For Starππ¨βπ»
[](https://github.com/illusionghost3/TP-LINK/stargazers)
### Thanks For Fork ππ¨βπ»
[](https://github.com/illusionghost3/TP-LINK/network/members)