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

28 lines
492 B
YAML

id: api-ipinfo
info:
name: IPinfo API Test
author: 0xlittleboy
severity: info
reference:
- https://ipinfo.io/developers
metadata:
verified: true
tags: token-spray,ipinfo
self-contained: true
requests:
- method: GET
path:
- "https://ipinfo.io/?token={{token}}"
matchers:
- type: word
part: body
words:
- '"ip"'
- '"city"'
- '"org"'
- '"postal"'
- '"timezone"'
condition: and