diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2017-10-27 16:07:14 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-27 16:07:14 +0530 |
commit | db1e3e09147765c1b14aaf7cf719e45aa1dacf71 (patch) | |
tree | d0c61ed8a4ce90ebc8c7eda35bb0eac529336bc5 /pwned.sh | |
parent | 0a6a2acb0a258c4d8c5baa695b1b9c94a8b44794 (diff) |
Diffstat (limited to 'pwned.sh')
-rw-r--r-- | pwned.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |