-
-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When Running an Email Search Does not Find APIkey #64
Comments
@g33k247 edit the json file and add your key in the quotes, also the one space is not an issue |
I re-generated the APIkey and added a new one to the file between the quotes. I'm still seeing the 401 error. |
@g33k247 I will test it out soon, also the domain check works without the api key |
@g33k247 is the key added in |
Ahhh, that was the issue. Thank-you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a valid APIkey.
Results:
python3 pwnedornot.py --email
[+] API Key Found...
[+] Checking Breach status for
[-] Status 401 : Unauthorised — either no API key was provided or it wasn't valid
Note: The APIkey check only fails with email addresses. Using the --check on a domain works fine.
Expected:
Finds APIkey in config.json, retrieves information for email address successfully
Contents of config.json:
{
"api_key": ""
}
The text was updated successfully, but these errors were encountered: