A Simple Facebook Phishing Page • For educational use only • The author is not responsible for illegal misuse.
at master 103 B view raw
1#!/bin/bash 2 3# function for connection check 4function connected { 5 ping -c 1 google.com &>/dev/null 6}