A Simple Facebook Phishing Page • For educational use only • The author is not responsible for illegal misuse.
at master 10 lines 141 B view raw
1#!/bin/bash 2 3RED="\e[31m" 4GREEN="\e[32m" 5BLUE="\e[34m" 6CYAN="\e[36m" 7YELLOW="\e[33m" 8WHITE="\e[38;2;201;209;217m" 9BOLD="\e[1m" 10RESET="\e[0m"