Skip to content
This repository has been archived by the owner on May 18, 2018. It is now read-only.

Commit

Permalink
update readme with setup info
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue-Speed committed Aug 31, 2015
1 parent 966c818 commit e797e35
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
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/`

0 comments on commit e797e35

Please sign in to comment.