Files
nuclei-templates/token-spray/api-sslmate.yaml
Prince Chaddha 7ada510859 Fixed possible FPs in open redirect templates (#4544)
* Fixed possible FPs in open redirect templates

We have replaced example.com with interact.sh since few domains redirect to example.com, which results in FP results.

* updated example domain

Co-authored-by: sandeep <sandeep@projectdiscovery.io>
2022-06-06 16:10:15 +05:30

29 lines
588 B
YAML

id: api-sslmate
info:
name: SSLMate API Test
author: 0ri2N
severity: info
reference:
- https://sslmate.com
- https://sslmate.com/help/
- https://sslmate.com/help/reference/apiv2
tags: dns,ssl,recon,sslmate,token-spray
self-contained: true
requests:
- method: GET
path:
- https://sslmate.com/api/v2/certs/interact.sh?expand=current.crt
headers:
Authorization: Bearer {{token}}
matchers:
- type: word
part: body
words:
- '"exists"'
- '"wildcard"'
- '"auto_renew"'
condition: and