Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-Captive-Portal Wrapper v1.4.0

The point of this project is to make logging in to a captive portal as easy as a single command.

# Runs the login script then selects VPN option 3
captive-login -c 3

Breakdown

This project is broken up into two different scripts.

Auto-Captive-Portal [Node.js]

The first is the Node.js script. This file is the single-function origin of this project. Its sole purpose is to log in to a captive portal, using the information entered into the .env file.

ACP Wrapper [Bash]

The second is the Auto-Captive-Portal (or Login) Wrapper bash script used to manage the dance of VPN processes with minimal leakage (to be improved).

Setup

  1. Clone this repository

    git clone https://github.com/TheRealFakeAdmin/auto-captive-portal.git

  2. Navigate to the cloned directory

    cd auto-captive-portal

  3. Set the run script to executable

    chmod +x ./run

  4. Create a symbolic link to use as a terminal command

    ln -s "${PWD}/run" /usr/local/bin/captive-login

About

Automatically logs into a wifi captive portal.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages