28 lines
489 B
YAML
28 lines
489 B
YAML
|
id: api-ipinfo
|
||
|
|
||
|
info:
|
||
|
name: IPinfo API Test
|
||
|
author: 0xpugazh
|
||
|
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
|