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

29 lines
682 B
YAML
Raw Normal View History

2022-07-22 11:32:46 +00:00
id: api-pdflayer
info:
name: pdflayer API Test
author: daffainfo
severity: info
description: HTML/URL to PDF
2022-07-22 11:32:46 +00:00
reference:
- https://pdflayer.com/documentation
- https://github.com/daffainfo/all-about-apikey/tree/main/pdflayer
2022-07-22 11:32:46 +00:00
tags: token-spray,pdflayer
metadata:
max-request: 1
2022-07-22 11:32:46 +00:00
self-contained: true
http:
2022-07-24 07:23:14 +00:00
- raw:
- |
GET https://api.pdflayer.com/api/convert?access_key={{token}}&document_url=https://test.test HTTP/1.1
Host: api.pdflayer.com
2022-07-22 11:32:46 +00:00
matchers:
- type: word
part: body
words:
- '"document_url_not_found"'
- '"The document URL you specified was not found.'
condition: and