26 lines
532 B
YAML
26 lines
532 B
YAML
|
id: api-ipfind
|
||
|
|
||
|
info:
|
||
|
name: IPFind API Test
|
||
|
author: daffainfo
|
||
|
severity: info
|
||
|
reference:
|
||
|
- https://ipfind.io/documentation
|
||
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/IPFind.md
|
||
|
tags: token-spray,ipfind
|
||
|
|
||
|
self-contained: true
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://app.ipfind.io/api/iplocation?apikey={{token}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '"continent"'
|
||
|
- '"country"'
|
||
|
- '"zipCode"'
|
||
|
condition: and
|