Alexander D. Cardosi
Alexander D. Cardosi
> Wow... same issue with the latest version of Ubuntu (the other machine I just tried on) this is weird since you are telling me on your side everything is...
Hi @romanioui, this is an old script and the ZoomEye API likey changed. I'd recommend looking for an alternative to this script if you can find one, but I'll look...
Hi @romanioui, sorry about the delay. I just re-downloaded this script on my Manjaro Linux machine with Python 3.10.7 installed and ran your command with no issues. ``` python zoomeye.py...
I'm not sure what you mean. `--port` will give you port numbers in results if that's what you're looking for.
You might need to put the -q command in single quotes. So for example ```shell python zoomeye.py -p 1 -q 'country:"US" port:8080' ``` Or do the inverse and use single...
Do something like `python zoomeye.py -p 1 -q 'country:"US"'`