资源说明:firewall auth script in haskell
# IITK Authentication in Haskell
Install using
```sh
cabal install
```
then simply run
```sh
firewall-auth
```
You can also supply username and password as command line arguments.
```sh
firewall-auth "username" "password"
```
### Hardcoding Username and Password in the Executable
Add your username and password as stated in line 65 eg
```haskell
parse [] = return ("username","password")
```
comment the line
```haskell
-- parse _ = readInput
```
### Contributors
[Satvik Chauhan](https://github.com/satvikc)
[Jayesh Kumar Gupta](https://github.com/rejuvyesh)
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
English
