Skip to content

Age Recipient (X25519 public key)

ID: age-recipient-public-key

Severity: info

Author: DhiyaneshDK

Tags: file,keys,age-encryption,token

id: age-recipient-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
tags: file,keys,age-encryption,token
file:
- extensions:
- all
extractors:
- type: regex
part: body
regex:
- '\bage1[0-9a-z]{58}\b'
# digest: 4a0a00473045022100bb0db837b420569ff1fd11635dd21fe41c7344f6da557b33818ae3e25c6396a702200a6a1f4f4737813013d0b497d25c309c3120d7acd1b54453282e1710ad18c522: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/age/age-recipient-public-key.yaml"

View on Github