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

30 lines
516 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:
max-request: 1
2023-03-17 08:02:05 +00:00
verified: true
tags: token-spray,ipdata
self-contained: true
http:
2023-03-17 08:02:05 +00:00
- method: GET
path:
- "https://api.ipdata.co/?api-key={{token}}"
matchers:
- type: word
part: body
words:
- '"ip":'
- '"name":'
- '"asn":'
- '"route":'
- '"time_zone":'
condition: and