H3c
H3C iNode Client
Install / Use
/learn @TommyLau/H3cREADME
h3c
A command line tool for H3C 802.1X authentication
Usage
Usage: h3c [options]
-h, --help This help text
-u, --username Username
-p, --password Password
-i, --interface Network interface (Default: en0)
-m, --method EAP-MD5 CHAP Method [md5 / xor] (Default: md5)
-c, --color Enable colorized output
For example:
# ./h3c -u user -p pass -i en0 -m md5 -c
If there's no password provided with the CLI, the program will prompt for the password.
TODO
- [x] Implement daemon method
- [ ] Implement MD5-Challenge (XOR)
- [ ] Implement H3C-Challenge
- [x] Port to Linux (Ubuntu 18.04 LTS) platform
- [ ] Port to OpenWrt 18.06 platform
