Advertisement
Guest User

Untitled

a guest
Sep 19th, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #!/bin/sh
  2. read -p "Username: " AUTH_USERNAME
  3. stty -echo
  4. read -p "Password: " AUTH_PASSWORD
  5. stty echo
  6. 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'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement