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

33 lines
732 B
YAML

id: api-improvmx
info:
name: ImprovMX API Test
author: daffainfo
severity: info
description: API for free email forwarding service
reference:
- https://improvmx.com/api
- https://github.com/daffainfo/all-about-apikey/tree/main/improvmx
tags: token-spray,improvmx
metadata:
max-request: 1
self-contained: true
http:
- raw:
- |
GET https://api.improvmx.com/v3/account HTTP/1.1
Authorization: Basic {{base64(':' + token)}}
Host: api.improvmx.com
host-redirects: true
max-redirects: 1
matchers:
- type: word
part: body
words:
- '"billing_email":'
- '"cancels_on":'
- '"company_details":'
condition: and