Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.3 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.3 KB

QuanTel Connect

A Rust command line utility tool to connect to the QuanticTelecom captive portal.

Usage

So far, the only mode supported so far requires providing password and login in the command line (yikes) as follows

./quantelconnect -u [email protected] -p mypassword1sSh!t

When you are connecting on a new ethernet port, Quantic will ask you to confirm that you do indeed want to connect on that port and disconnect every other port. The "force" parameter can be used to do so

./quantelconnect -u [email protected] -p mypassword1sSh!t -f

TODO

The following features will eventually be added

  • Ability to load configuration from file

Dependency

This program uses reqwest to handle all of the network interaction, clap to parse and access command line arguments, and kuchiki to parse and navigate HTML source code. It also uses tini to paste the INI configuration file given in argument.

License

I'm releasing this as CC0 because I couldn't care less what people do with my dirty hack scripts but if for some incalculable reason you are a corporation or large for-profit using this I hope my code makes your infrastructure spontaneously combust.