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

29 lines
660 B
YAML
Raw Normal View History

2022-05-21 15:56:59 +00:00
id: api-shodan
info:
name: Shodan API Test
author: 0ri2N
severity: info
2022-05-23 09:30:07 +00:00
description: |
Shodan is a search engine that lets users search for various types of servers connected to the internet using a variety of filters.
2022-05-21 15:56:59 +00:00
reference:
- https://shodan.io
- https://developer.shodan.io
- https://developer.shodan.io/api
tags: dns,scan,recon,shodan,token-spray
self-contained: true
requests:
- method: GET
path:
- https://api.shodan.io/api-info?key={{token}}
2022-05-21 17:24:37 +00:00
2022-05-21 15:56:59 +00:00
matchers:
- type: word
part: body
words:
2022-05-23 09:30:07 +00:00
- '"plan"'
- '"unlocked"'
- '"scan_credits"'
condition: and