Create api-ipinfo.yaml
parent
54c35f207b
commit
d6160a60f5
|
@ -0,0 +1,27 @@
|
|||
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
|
Loading…
Reference in New Issue