nuclei-templates/http/exposures/tokens/stackhawk/stackhawk-api.yaml

23 lines
469 B
YAML
Raw Normal View History

id: stackhawk-api
2023-03-07 09:40:29 +00:00
info:
name: StackHawk API Key
author: DhiyaneshDK
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/stackhawk.yml
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-03-07 09:40:29 +00:00
tags: stackhawk,token,exposure
http:
2023-03-07 09:40:29 +00:00
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- '\b(hawk\.[0-9A-Za-z_-]{20}\.[0-9A-Za-z_-]{20})\b'