@hackage hwall-auth-iitk0.1.0.1

Initial version of firewall Authentication for IITK network.

IITK Authentication in Haskell

Install using

cabal install

then simply run

hwall-auth-iitk

You can also supply username and password as command line arguments.

hwall-auth-iitk "username" "password"

Hardcoding Username and Password in the Executable

Add your username and password as stated in line 65 eg

parse [] = return ("username","password")

comment the line

-- parse _ = readInput

Contributors

Satvik Chauhan

Jayesh Kumar Gupta