nuclei-templates/http/exposures/tokens/ruby/rubygems-api-key.yaml

26 lines
552 B
YAML

id: rubygems-api-key
info:
name: RubyGems API Key
author: DhiyaneshDK
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/rubygems.yml
- https://guides.rubygems.org/rubygems-org-api/
- https://guides.rubygems.org/api-key-scopes/
metadata:
verified: true
max-request: 1
tags: rubygems,token,exposure,ruby
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- "(rubygems_[a-f0-9]{48})"