33 lines
648 B
YAML
33 lines
648 B
YAML
id: api-zoomeye
|
|
|
|
info:
|
|
name: ZoomEye API Test
|
|
author: 0ri2N
|
|
severity: info
|
|
description: |
|
|
ZoomEyeis a Cyberspace Search Engine recording information of devices, websites, services and components etc.
|
|
reference:
|
|
- https://zoomeye.org
|
|
- https://zoomeye.org/doc
|
|
metadata:
|
|
max-request: 1
|
|
tags: recon,zoomeye,token-spray
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- https://api.zoomeye.org/resources-info
|
|
|
|
headers:
|
|
API-KEY: "{{token}}"
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"plan"'
|
|
- '"stats"'
|
|
- '"user_info"'
|
|
condition: and
|