-
-
Notifications
You must be signed in to change notification settings - Fork 381
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
censys error #106
Comments
Did you try installing |
Hey the censys API v1 is deprecated, try this Modify the file in lib/censys/censys_subdomain_finder.py Adding new import from censys.search.v1.certificates import CensysCertificates Adding new invoke def find_subdomains(domain, api_id, api_secret):
try:
censys_certificates = CensysCertificates(api_id=api_id, api_secret=api_secret) Sudomy Censys v1 Invoke
Censys API v1 Remember RUN: pip install censys --upgrade I hope it works :) |
same issue here, I did censys upgrade. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[+] Running & Checking source to be used
Traceback (most recent call last):
File "/home/kali/tools/Sudomy/lib/censys/censys_subdomain_finder.py", line 3, in
import censys.certificates
ModuleNotFoundError: No module named 'censys.certificates'
jq: error (at :16): Cannot iterate over null (null)
⍥ CommonwCrawl [ ✔ ]
The text was updated successfully, but these errors were encountered: