From db1e3e09147765c1b14aaf7cf719e45aa1dacf71 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 27 Oct 2017 16:07:14 +0530 Subject: Update pwned.sh --- pwned.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pwned.sh') diff --git a/pwned.sh b/pwned.sh index 81bb524..f3e4b8a 100644 --- a/pwned.sh +++ b/pwned.sh @@ -30,8 +30,8 @@ clear header echo "" echo "Checking if you have been Pwned" -curl -s -o breach.json "https://haveibeenpwned.com/api/v2/breachedaccount/"$account"" -curl -s -o pasteacc.json "https://haveibeenpwned.com/api/v2/pasteaccount/"$account"" +curl -s -o breach.json "https://haveibeenpwned.com/api/v2/breachedaccount/$account" +curl -s -o pasteacc.json "https://haveibeenpwned.com/api/v2/pasteaccount/$account" #curl -s -o pwnedpassword.json "https://haveibeenpwned.com/api/v2/pwnedpassword/"$account"" clear -- cgit v1.2.3