Skip to content

mmpx12/zoomeye-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoomeye cli

This can be use with or without api key.

For usage without api chrome or chromiu is required (will run in headless mode), It also tke more time (aroude 20/25 seconds)

hostname search will come later.

Usage

  -k|--init    KEY             Setup your zoomeye api key
  -i|--ip      IP              Search IP
  -d|--domain  DOMAIN          Search DOMAIN
  -c|--cidr    CIDR            Search CIDR
  -f|--info                    Info about your account
  -n|--noapi                   Search without an api key
  -h|--help                    Show this help message and exit

API usages:

api

Init

first add your api key with:

zoomeye-cli --init "<API KEY>"

API key will be stored in ~/.zoomeye

Info

You can check your credit and role with:

zoomeye-cli --info
Account: user
Credits: 8559

Search

ip
zoomeye-cli -i 1.1.1.1
Domain
zoomeye-cli -d 'archlinux.org'

domai

cidr
zoomeye-cli -c 1.1.1.1/24

WIthout API

noapi

You need to have chrome or chromium for that, it will use chrome in headless mode.

It still have some bugs sometimes and it's lot longer than with the api (around 20/25seconds).

Only ip search is supported now...

Noapi add seebug vuln history.

  • green: low
  • yellow: medium
  • red: hight

for check details go to "https://www.seebug.org/vuldb/ssvid-"

Search

zoomeye-cli --noapi -i <ip>

Installation

git clone [email protected]:mmpx12/zoomeye-cli.git
cd zoomeye-cli

make 
sudo make install 
# or 
sudo make all

Releases

No releases published

Packages

No packages published