Skip to content

h1t35h/ACTCORP_AUTOLOGIN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACTCORP AUTO-LOGIN SCRIPT

This script can be use to setup auto-login on the ACT Corp network without having the need to going to the redirect page entering password and again. The script ensures that when the user gets logged out of the network they get automatically logged in 5 second (easily modifiable interval).

The easy way out

If your router is supported you should go for the easy solution:

  1. Go to your routers login page.
  2. Set Internet Connection Type to PPPoE.
  3. Enter username and password and you're done.

If you are one of the unlucky one's for which this doesn't work use the below scripts.

Requirements

  1. Python3
  2. Other dependencies as listed in requirements.txt.

Installation

Download the script using git/other means.

1. Setup dependencies

Run the following command for setting dependencies in place:

pip install -r requirements.txt

2. Update username and password

Update the USERNAME and PASSWORD variables in autologin_actcorp.py file.

USERNAME = '<username>'
PASSWORD = '<password>'

if you are trying to use this outside of hyd circle you might need to update the REDIRECT_ADDRESS address.

REDIRECT_ADDRESS = '<redirect server>'

3. Run the script.

Run the script as a demon process.

python3 autologin_actcorp.py &

4. Optional set it up for autostart on login

AutoStart on login(Ubuntu)

About

Auto login for ACTCORP network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages