Open NNSPROGAMER135 opened 10 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'