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

27 lines
547 B
YAML
Raw Normal View History

2021-10-29 11:24:17 +00:00
id: api-urlscan
info:
name: URLScan API Test
author: daffainfo
severity: info
2021-10-29 17:37:20 +00:00
reference: https://urlscan.io/docs/api/
2021-10-29 11:24:17 +00:00
tags: token-spray,urlscan
self-contained: true
requests:
- raw:
- |
2021-10-29 17:37:20 +00:00
GET https://urlscan.io/user/quotas/ HTTP/1.1
2021-10-29 11:24:17 +00:00
Host: urlscan.io
Content-Type: application/json
API-Key: {{token}}
matchers:
2021-10-29 17:37:20 +00:00
- type: word
part: body
words:
- 'X-Rate-Limit-Scope:'
- 'X-Rate-Limit-Limit:'
- 'X-Rate-Limit-Remaining:'
condition: and