nuclei-templates/http/token-spray/api-shodan.yaml

31 lines
678 B
YAML

id: api-shodan
info:
name: Shodan API Test
author: 0ri2N
severity: info
description: |
Shodan is a search engine that lets users search for various types of servers connected to the internet using a variety of filters.
reference:
- https://shodan.io
- https://developer.shodan.io
- https://developer.shodan.io/api
tags: recon,shodan,token-spray
metadata:
max-request: 1
self-contained: true
http:
- method: GET
path:
- https://api.shodan.io/api-info?key={{token}}
matchers:
- type: word
part: body
words:
- '"plan"'
- '"unlocked"'
- '"scan_credits"'
condition: and