Skip to content

ZoomEye API Test

ID: api-zoomeye

Severity: info

Author: 0ri2N

Tags: recon,zoomeye,token-spray

ZoomEyeis a Cyberspace Search Engine recording information of devices, websites, services and components etc.

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
# digest: 4b0a00483046022100975fde020f983f44a3329df26e9cc11cb158ecc6994765ac24e12d2ec8bf3cff022100b242afab929884deb068f40d40f21c42cfc1f9efca07c52b1880eb363c388afe:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/token-spray/api-zoomeye.yaml"

View on Github