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

29 lines
504 B
YAML
Raw Normal View History

2023-01-13 08:54:21 +00:00
id: api-ipdata
info:
name: IP Data API Test
author: 0xlittleboy
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}}"
2023-01-13 11:20:39 +00:00
2023-01-13 08:54:21 +00:00
matchers:
- type: word
part: body
words:
2023-01-13 11:20:39 +00:00
- '"ip":'
- '"name":'
- '"asn":'
- '"route":'
- '"time_zone":'
2023-01-13 08:54:21 +00:00
condition: and