27 lines
643 B
YAML
27 lines
643 B
YAML
id: api-hunter
|
|
|
|
info:
|
|
name: Hunter API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: API for domain search, professional email finder, author finder and email verifier
|
|
reference:
|
|
- https://hunter.io/api-documentation/v2
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/hunter
|
|
tags: token-spray,hunter
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://api.hunter.io/v2/domain-search?domain=stripe.com&api_key={{token}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"domain"'
|
|
- '"disposable"'
|
|
- '"webmail"'
|
|
condition: and
|