Releases: knownsec/ZoomEye-python
ZoomEye-python
Add new CLI command: -[figure {pie,hist}]
ZoomEye-python
test upload pypi
ZoomEye-python
- request data exceeds the total amount and return all data
- fix some bugs
ZoomEye-python
ZoomEye-python
ZoomEye
is a cyberspace search engine, users can search for network devices using a browser https://www.zoomeye.org.
ZoomEye-python
is a Python library developed based on the ZoomEye API
. It provides the ZoomEye command line
mode and can also be integrated into other tools as an SDK
. The library allows technicians to search, filter, and export ZoomEye
data more conveniently.
How to install ZoomEye-python?
It can be installed directly from pypi
:
pip3 install zoomeye
or installed from github
:
pip3 install git+https://github.com/knownsec/ZoomEye-python.git
ZoomEye SDK
ZoomEye SDK empowers developers to automate, extend and connected with ZoomEye. You can use the ZoomEye platform API to programmatically create apps, provision some add-ons and perform some automate tasks. Just imagine that what you could do amazing stuff with ZoomEye.
How to install ZoomEye SDK:
$ sudo easy_install zoomeye-SDK
or
$ sudo pip install git+https://github.com/ZoomEye/SDK.git