am0nt31r0 / OSINT-Search

Useful for digital forensics investigations or initial black-box pentest footprinting.
130 stars 33 forks source link

No Module Named 'google' #16

Open NNSPROGAMER135 opened 10 months ago

NNSPROGAMER135 commented 10 months ago

win-kex-win-x64_vB76P5qw51

mikyjet06 commented 8 months ago

It solved it for me by just doing import google instead of from google import google, but now I am stuck at import censys.ipv4, it gives me: └─$ python3 osintS34rCh.py Traceback (most recent call last): File "/home/mikyjet/Programs/OSINT-Search/osintS34rCh.py", line 18, in <module> import censys.ipv4 ModuleNotFoundError: No module named 'censys.ipv4'