nuclei-templates/token-spray/api-ip2whois.yaml

27 lines
595 B
YAML

id: api-ip2whois
info:
name: IP2WHOIS API Test
author: daffainfo
severity: info
description: WHOIS domain name lookup
reference:
- https://www.ip2whois.com/developers-api
- https://github.com/daffainfo/all-about-apikey/tree/main/ip2whois
tags: token-spray,ip2whois
self-contained: true
requests:
- method: GET
path:
- "https://api.ip2whois.com/v2?key={{token}}&domain=daffa.tech&format=json"
matchers:
- type: word
part: body
words:
- '"domain"'
- '"domain_id"'
- '"whois_server"'
condition: and