28 lines
834 B
YAML
28 lines
834 B
YAML
id: age-public-key
|
|
|
|
info:
|
|
name: Age Recipient (X25519 public key)
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
reference:
|
|
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/age.yml
|
|
- https://github.com/FiloSottile/age/blob/main/doc/age.1.html
|
|
- https://github.com/C2SP/C2SP/blob/8b6a842e0360d35111c46be2a8019b2276295914/age.md#the-x25519-recipient-type
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
tags: age-encryption,exposure,tokens
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- '\bage1[0-9a-z]{58}\b'
|
|
|
|
# digest: 4a0a00473045022100fc7da4b522c8cb87db07a7cd0808aeb1035d71cfbf26548335b91132da8c03e202205a7d8cdc9a2f8c10ec283e9317eb4ed243ad0774737cfdb5a8c5347b7beeebe0:922c64590222798bb761d5b6d8e72950
|