ScrapingDog API Test
ID: api-scrapingdog
Severity: info
Author: daffainfo
Tags: token-spray,scrapingdog
Description
Section titled “Description”Proxy API for Web scraping
YAML Source
Section titled “YAML Source”id: api-scrapingdog
info: name: ScrapingDog API Test author: daffainfo severity: info description: Proxy API for Web scraping reference: - https://www.scrapingdog.com/documentation - https://github.com/daffainfo/all-about-apikey/tree/main/scrapingdog metadata: max-request: 1 tags: token-spray,scrapingdog
self-contained: true
http: - method: GET path: - "https://api.scrapingdog.com/scrape?api_key={{token}}&url=https://example.com/ip&dynamic=false"
matchers: - type: word part: body words: - '<title>Example Domain</title>'# digest: 490a0046304402201108fbf137f4462edd7967442ff4a4f1b25e747cca1b2e0e333720609b379e9102204f963a82f98e6b0bc002e4ef0d8c9831f9ae905ea9e8165bdac6dc4d2e2028b5:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/token-spray/api-scrapingdog.yaml"