removed replaced script

This commit is contained in:
jackofnotrades 2019-02-07 16:28:14 -06:00
parent 4231c4bb84
commit a6b93d2e43

View file

@ -1,6 +0,0 @@
#!/bin/sh
read -p "Username: " AUTH_USERNAME
stty -echo
read -p "Password: " AUTH_PASSWORD
stty echo
curl 'https://captiveportal.ialab.dsu.edu:6082/php/uid.php?vsys=1&rule=2' -d 'inputStr=&escapeUser=&preauthid=&user='$AUTH_USERNAME'&passwd='$AUTH_PASSWORD'&ok=Login'