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

30 lines
660 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
description: Scan and Analyse URLs
2021-11-06 04:40:49 +00:00
reference:
- https://urlscan.io/docs/api/
- https://github.com/daffainfo/all-about-apikey/tree/main/urlscan
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