Skip to content

Instantly share code, notes, and snippets.

View jstepien's full-sized avatar
↗️
elsewhere

Jan Stępień jstepien

↗️
elsewhere
View GitHub Profile
@jstepien
jstepien / pwwifi.sh
Created March 29, 2010 08:34
An automatic authentication for pwwifi's Cisco access points.
#!/bin/sh
die() {
echo "Fail" 1>&2
exit 1
}
user=123456
pass=allyourbasearebelongtous
url="https://1.1.1.1/login.html?buttonClicked=4&err_flag=0&err_msg=&info_flag=0&info_msg=&password=$pass&redirect_url=&username=$user"