Skip to content

URLScan API Test

ID: api-urlscan

Severity: info

Author: daffainfo

Tags: token-spray,urlscan

Scan and Analyse URLs

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

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.

Terminal window
$ nuclei -u "URL" -t "http/token-spray/api-urlscan.yaml"

View on Github