nuclei-templates/http/osint/rubygems.yaml

34 lines
689 B
YAML
Raw Normal View History

2023-04-13 08:39:53 +00:00
id: rubygems
info:
name: RubyGems User Name Information - Detect
author: cheesymoon
description: RubyGems.org user name information check was conducted.
severity: info
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: osint,osint-social,rubygems
metadata:
max-request: 1
2023-04-13 08:39:53 +00:00
self-contained: true
http:
2023-04-13 08:39:53 +00:00
- method: GET
path:
- "https://rubygems.org/profiles/{{user}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Total gems"
- "RubyGems"
condition: and
- type: status
status:
- 200