From bd6a578cb6ec573fbe1fc768cb5eeb2253da50a2 Mon Sep 17 00:00:00 2001 From: jackofnotrades Date: Thu, 7 Feb 2019 15:59:11 -0600 Subject: [PATCH] removed random try2.sh --- try2.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 try2.sh diff --git a/try2.sh b/try2.sh deleted file mode 100755 index 8269bbb..0000000 --- a/try2.sh +++ /dev/null @@ -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=USERNAME&passwd=PASSWORD&ok=Login'