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

34 lines
754 B
YAML

id: api-scrapingant
info:
name: ScrapingAnt API Test
author: daffainfo
severity: info
description: Headless Chrome scraping with a simple API
reference:
- https://docs.scrapingant.com/
- https://github.com/daffainfo/all-about-apikey/tree/main/scrapingant
tags: token-spray,scrapingant
metadata:
max-request: 1
self-contained: true
http:
- raw:
- |
POST https://api.scrapingant.com/v1/general HTTP/1.1
Host: api.scrapingant.com
x-api-key: {{token}}
Content-Type: application/json
{"url": "https://example.com"}
matchers:
- type: word
part: body
words:
- '"content"'
- '"cookies"'
- '"status_code"'
condition: and