We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Phistank analyzer fails to run
To Reproduce Steps to reproduce the behavior:
Expected behavior Works using curl command -
curl -X POST "https://checkurl.phishtank.com/checkurl/" -H "User-Agent: phishtank/redacted" -d "url=https%3A%2F%2Fwww.example.com%2F" -d "format=json" -d "app_key=redacted" | jq { "meta": { "timestamp": "2024-08-22T00:08:08+00:00", "serverid": "e5f3084e", "status": "success", "requestid": "172.17.128.1.66c68168d92ae9.71895076" }, "results": { "url": "https://www.example.com/", "in_database": true, "phish_id": 2489536, "phish_detail_page": "http://www.phishtank.com/phish_detail.php?phish_id=2489536", "verified": true, "verified_at": "2014-06-03T10:01:24+00:00", "valid": false } }
Complementary information If applicable, add screenshots and any additional information that might help explain your problem.
Work environment
The text was updated successfully, but these errors were encountered:
Thanks for the report Akshay!
PR #1271 should fix it
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Phistank analyzer fails to run
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Works using curl command -
Complementary information
If applicable, add screenshots and any additional information that might help explain your problem.
Work environment
The text was updated successfully, but these errors were encountered: