Skip to content

StackHawk API Key

ID: stackhawk-api-key

Severity: medium

Author: hazana

Tags: file,keys,token

id: stackhawk-api-key
info:
name: StackHawk API Key
author: hazana
severity: medium
reference:
- https://docs.stackhawk.com/apidocs.html
metadata:
verified: true
tags: file,keys,token
file:
- extensions:
- all
extractors:
- type: regex
regex:
- "hawk\\.[0-9A-Za-z\\-_]{20}\\.[0-9A-Za-z\\-_]{20}"
# digest: 4a0a004730450220297d107d0c827409fd554ec8e76b0ad34a267639a803ea3084ddbf4722600d11022100c77296c021e944b229f3d0da74d8811dca14b047780ec3886e7feb4e73451532: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 "file/keys/stackhawk-api-key.yaml"

View on Github