2022-05-21 16:26:19 +00:00
|
|
|
id: api-zoomeye
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: ZoomEye API Test
|
|
|
|
author: 0ri2N
|
|
|
|
severity: info
|
2022-05-23 09:28:44 +00:00
|
|
|
description: |
|
|
|
|
ZoomEyeis a Cyberspace Search Engine recording information of devices, websites, services and components etc.
|
2022-05-21 16:26:19 +00:00
|
|
|
reference:
|
|
|
|
- https://zoomeye.org
|
|
|
|
- https://zoomeye.org/doc
|
|
|
|
tags: dns,scan,recon,zoomeye,token-spray
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- https://api.zoomeye.org/resources-info
|
|
|
|
headers:
|
|
|
|
API-KEY: "{{token}}"
|
2022-05-21 17:24:37 +00:00
|
|
|
|
2022-05-21 16:26:19 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-05-23 09:28:44 +00:00
|
|
|
- '"plan"'
|
|
|
|
- '"stats"'
|
|
|
|
- '"user_info"'
|
2022-05-21 16:26:19 +00:00
|
|
|
condition: and
|