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

27 lines
587 B
YAML
Raw Normal View History

2023-03-17 08:02:05 +00:00
id: api-zerobounce
info:
name: Zerobounce API Test
author: 0xpugazh
severity: info
reference:
- https://www.zerobounce.net/docs/email-validation-api-quickstart
metadata:
max-request: 1
2023-03-17 08:02:05 +00:00
verified: true
tags: token-spray,zerobounce
self-contained: true
http:
2023-03-17 08:02:05 +00:00
- method: GET
path:
- "https://api.zerobounce.net/v2/getapiusage?api_key={{token}}&start_date=2018-01-01&end_date=2019-12-12"
matchers:
- type: word
part: body
words:
- '"total":'
- '"start_date":'
- '"end_date":'
condition: and