27 lines
629 B
YAML
27 lines
629 B
YAML
id: api-ipfind
|
|
|
|
info:
|
|
name: IPFind API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Geographic location of an IP address or any domain name along with some other useful information
|
|
reference:
|
|
- https://ipfind.io/documentation
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/ipfind
|
|
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
|