nuclei-templates/token-spray/api-html2pdf.yaml

24 lines
532 B
YAML

id: api-html2pdf
info:
name: Html2PDF API Test
author: daffainfo
severity: info
description: HTML/URL to PDF
reference:
- https://html2pdf.app/documentation/
- https://github.com/daffainfo/all-about-apikey/tree/main/html2pdf
tags: token-spray,html2pdf
self-contained: true
requests:
- method: GET
path:
- "https://api.html2pdf.app/v1/generate?url=https://test.test&apiKey={{token}}"
matchers:
- type: word
part: body
words:
- '"Provided url is not accessible"'