nuclei-templates/token-spray/tinypng.yaml

25 lines
482 B
YAML
Raw Normal View History

2021-10-01 14:33:51 +00:00
id: api-tinypng
info:
name: TinyPNG API Test
author: zzeitlin
reference: https://tinypng.com/developers
severity: info
tags: token-spray,tinypng
2021-10-01 14:33:51 +00:00
requests:
- method: POST
path:
- "https://api.tinify.com/shrink"
headers:
Authorization: Basic {{base64('api:' + token)}}
2021-10-01 20:46:16 +00:00
self-contained: true
2021-10-01 14:33:51 +00:00
matchers:
- type: word
part: header
words:
- 'Compression-Count'
- 'compression-count'
condition: or