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

23 lines
531 B
YAML

id: api-scrapestack
info:
name: Scrapestack API Test
author: daffainfo
severity: info
reference:
- https://scrapestack.com/documentation
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/scrapestack.md
tags: token-spray,scrapestack
self-contained: true
requests:
- method: GET
path:
- "https://api.scrapestack.com/scrape?access_key={{token}}&url=https://example.com"
matchers:
- type: word
part: body
words:
- '<title>Example Domain</title>'