Skip to content

Commit

Permalink
New banner
Browse files Browse the repository at this point in the history
  • Loading branch information
0xshdax committed Jul 31, 2018
1 parent 361b7b6 commit 63b1c88
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion exploit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ chkPageLogin() {
echo "[X] Page Not Found!";
fi
}

echo " ____ ____ _ _____ ";
echo "__ _| _ \ | __ ) _ __ _ _| |_| ____|";
echo "\ \ /\ / / |_) |____| _ \| '__| | | | __| _| ";
echo " \ V V /| __/_____| |_) | | | |_| | |_| |___ ";
echo " \_/\_/ |_| |____/|_| \__,_|\__|_____|";
echo
echo " | ZeroByte.ID | ";
echo
chkPageLogin $1
rm cookie-login.tmp password/G-Password.txt -f

0 comments on commit 63b1c88

Please sign in to comment.