This repository has been archived by the owner on May 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
966c818
commit e797e35
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
# WirelessAuthScript | ||
Work or school wifi require login through a web page. This script handles all that for you. | ||
|
||
##Setup | ||
The script is simple, the hard bit finding the login format. Using your browsers dev mode examin the login form or capture the network traffic to figure that out. | ||
|
||
###Config | ||
|
||
**Router** | ||
The IP address of the Gateway. THis is used to only send login info to proper router | ||
|
||
**USER** | ||
**PASS** | ||
Your login username and password | ||
|
||
**POSTDATA** | ||
As each wifi network will be differnt this will need to be changed to match the post data sent. | ||
|
||
*POSTURL** | ||
URL to send login information too. | ||
|
||
###Installation | ||
|
||
make the script executable and place into | ||
`/etc/network/if-up.d/` |