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

31 lines
506 B
YAML
Raw Normal View History

2023-03-17 08:02:05 +00:00
id: api-ipinfo
info:
name: IPinfo API Test
author: 0xpugazh
severity: info
reference:
- https://ipinfo.io/developers
metadata:
verified: true
2023-10-14 11:27:55 +00:00
max-request: 1
2023-03-17 08:02:05 +00:00
tags: token-spray,ipinfo
self-contained: true
2023-10-14 11:27:55 +00:00
http:
2023-03-17 08:02:05 +00:00
- method: GET
path:
- "https://ipinfo.io/?token={{token}}"
2023-10-14 11:27:55 +00:00
2023-03-17 08:02:05 +00:00
matchers:
- type: word
part: body
words:
- '"ip"'
- '"city"'
- '"org"'
- '"postal"'
- '"timezone"'
condition: and