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

29 lines
726 B
YAML

id: api-mailboxvalidator
info:
name: MailboxValidator API Test
author: daffainfo
severity: info
description: Validate email address to improve deliverability
reference:
- https://www.mailboxvalidator.com/api-email-free
- https://github.com/daffainfo/all-about-apikey/tree/main/mailboxvalidator
tags: token-spray,mailboxvalidator
metadata:
max-request: 1
self-contained: true
http:
- method: GET
path:
- "https://api.mailboxvalidator.com/v1/email/free?email=test@test.com&key={{token}}"
matchers:
- type: word
part: body
words:
- '"email_address":"test@test.com"'
- '"error_code":""'
- '"error_message":""'
condition: and