Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
Update phisherprice.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SirCryptic authored Mar 4, 2023
1 parent 55e1ce2 commit 0fc7c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phisherprice.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ else
echo -e "$response"

echo -e "\nDo you want to save the information to a file? (y/n)"
read -p saveToFile
read -e saveToFile
if [[ $saveToFile == "y" ]]; then
echo -e "$response" > "$domain.txt"
echo "Information saved to file: $domain.txt"
Expand Down

0 comments on commit 0fc7c40

Please sign in to comment.