Skip to content
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

URL not found #82

Open
rkurdadze opened this issue Mar 8, 2024 · 2 comments
Open

URL not found #82

rkurdadze opened this issue Mar 8, 2024 · 2 comments

Comments

@rkurdadze
Copy link

Traceback (most recent call last):
File "/data/cloudflair.py", line 184, in
main(args.domain, args.output_file, censys_api_id, censys_api_secret)
File "/data/cloudflair.py", line 153, in main
hosts = find_hosts(domain, censys_api_id, censys_api_secret)
File "/data/cloudflair.py", line 43, in find_hosts
cert_fingerprints = censys_search.get_certificates(domain, censys_api_id, censys_api_secret)
File "/data/censys_search.py", line 30, in get_certificates
[cert["parsed.fingerprint_sha256"] for cert in certificates_search_results]
File "/data/censys_search.py", line 30, in
[cert["parsed.fingerprint_sha256"] for cert in certificates_search_results]
File "/usr/lib/python3.6/site-packages/censys/search/v1/api.py", line 141, in search
payload = self._post(self.search_path, data=data)
File "/usr/lib/python3.6/site-packages/censys/common/base.py", line 213, in _post
return self._make_call(self._session.post, endpoint, args, data)
File "/usr/lib/python3.6/site-packages/censys/common/base.py", line 41, in _wrapper
return _impl()
File "/usr/lib/python3.6/site-packages/backoff/_sync.py", line 94, in retry
ret = target(*args, **kwargs)
File "/usr/lib/python3.6/site-packages/censys/common/base.py", line 39, in _impl
return method(self, *args, *kwargs)
File "/usr/lib/python3.6/site-packages/censys/common/base.py", line 204, in _make_call
details=details,
censys.common.exceptions.CensysNotFoundException: 404 (not_found): The requested URL was not found.

@christophetd
Copy link
Owner

What URL did you try to use?

@rkurdadze
Copy link
Author

same on bid.cars or cars.pro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants