https://github.com/MikeWang000000/ZTETelnet
Turn on Telnet service of a ZTE router or ONU. 打开中兴路由器或者光猫的 Telnet 服务。
https://github.com/MikeWang000000/ZTETelnet
Last synced: 10 months ago
JSON representation
Turn on Telnet service of a ZTE router or ONU. 打开中兴路由器或者光猫的 Telnet 服务。
- Host: GitHub
- URL: https://github.com/MikeWang000000/ZTETelnet
- Owner: MikeWang000000
- License: agpl-3.0
- Created: 2023-04-30T15:46:02.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T15:46:07.000Z (about 3 years ago)
- Last Synced: 2025-07-08T04:43:34.575Z (11 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 35
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZTE Telnet
Turn on Telnet service of a ZTE router or ONU.
## Requirements
- **Python version:** 2.7 or 3.0+
- **Third-Party Packages:** not required
## Usage
```
usage: ztel.py [-h] [-s] [-u ] [-p ] [address]
Turn on Telnet service of a ZTE router or ONU.
positional arguments:
address ZTE router IP address, default is 192.168.1.1
options:
-h, --help show this help message and exit
-s stop Telnet service
-u username of ZTE router
-p password of ZTE router
```
## Acknowledgement
- **zte_modem_tools** by douniwan5788 (AGPL-3.0 license)
- **pyAES** by Marti Raudsepp (MIT license)
## License
GNU Affero General Public License v3.0