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

29 lines
501 B
YAML
Raw Normal View History

2023-03-17 08:02:05 +00:00
id: api-ipdata
info:
name: IP Data API Test
author: 0xpugazh
severity: info
reference:
- https://docs.ipdata.co/docs
metadata:
verified: true
tags: token-spray,ipdata
self-contained: true
requests:
- method: GET
path:
- "https://api.ipdata.co/?api-key={{token}}"
matchers:
- type: word
part: body
words:
- '"ip":'
- '"name":'
- '"asn":'
- '"route":'
- '"time_zone":'
condition: and