mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
33 lines
881 B
YAML
33 lines
881 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
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,urlscan
|
|
|
|
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
|
|
# digest: 4a0a00473045022057289f66fefb218583fa4649bdb663ae06518685b9167f4caed2051bbf8ffc19022100e5c2553c86d3deac38a8e8f9c74f2f571fa9f087fcf98f8172e7c420c2178ba1:922c64590222798bb761d5b6d8e72950 |