SkillAgentSearch skills...

H3c

H3C iNode Client

Install / Use

/learn @TommyLau/H3c
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Special Thanks

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated1mo ago
Forks2

Languages

C

Security Score

70/100

Audited on Feb 5, 2026

No findings