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

32 lines
687 B
YAML

id: api-urlscan
info:
name: URLScan API Test
author: daffainfo
severity: info
description: Scan and Analyse URLs
reference:
- https://urlscan.io/docs/api/
- https://github.com/daffainfo/all-about-apikey/tree/main/urlscan
tags: token-spray,urlscan
metadata:
max-request: 1
self-contained: true
http:
- raw:
- |
GET https://urlscan.io/user/quotas/ HTTP/1.1
Host: urlscan.io
Content-Type: application/json
API-Key: {{token}}
matchers:
- type: word
part: body
words:
- 'X-Rate-Limit-Scope:'
- 'X-Rate-Limit-Limit:'
- 'X-Rate-Limit-Remaining:'
condition: and