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

29 lines
656 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
metadata:
max-request: 1
self-contained: true
http:
- method: GET
path:
- "https://app.ipfind.io/api/iplocation?apikey={{token}}"
matchers:
- type: word
part: body
words:
- '"continent"'
- '"country"'
- '"zipCode"'
condition: and