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

ModuleNotFoundError: No module named 'censys.certificates' #60

Open
bakalilinux opened this issue Dec 12, 2021 · 3 comments
Open

ModuleNotFoundError: No module named 'censys.certificates' #60

bakalilinux opened this issue Dec 12, 2021 · 3 comments

Comments

@bakalilinux
Copy link

python3 gasmask.py
Traceback (most recent call last):
File "/home/hacker/Downloads/gasmask/gasmask.py", line 44, in
import censys.certificates
ModuleNotFoundError: No module named 'censys.certificates'

@ITCMD
Copy link

ITCMD commented Dec 19, 2022

Same issue here on Ubuntu.

Freshly cloned, then ran sudo pip3 install -r requirement.txt

python gasmask.py returns:

ubuntu@instance-20211031-1415:~/gasmask$ python gasmask.py
  File "gasmask.py", line 994
    url = f'https://{server}/v2/data/domain/subdomain?limit={limit}&domain={value}'
                                                                                  ^
SyntaxError: invalid syntax

python3 gasmask.py returns:

ubuntu@instance-20211031-1415:~/gasmask$

Traceback (most recent call last):
  File "gasmask.py", line 44, in <module>
    import censys.certificates
ModuleNotFoundError: No module named 'censys.certificates'
ubuntu@instance-20211031-1415:~/gasmask$

@bawed
Copy link

bawed commented Feb 22, 2023

1.1.1版本可以

@Rickyemmermeer
Copy link

Use pipenv! Create pipenv and install all dependencies there and then run gasmask in pipenv and then it works!

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

4 participants