nuclei-templates/osint/platzi.yaml

35 lines
716 B
YAML
Raw Normal View History

id: platzi
info:
2023-03-17 14:32:27 +00:00
name: Platzi service User Name Information - Detect
author: philippedelteil
severity: info
2023-03-17 14:48:38 +00:00
description: Platzi service user name information check was conducted.
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
2023-03-06 06:49:27 +00:00
tags: osint,osint-social,platzi
self-contained: true
requests:
- method: GET
path:
- "https://platzi.com/p/{{user}}"
redirects: true
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-03-06 06:49:27 +00:00
- '"username":'
- 'profile_url:'
condition: and
- type: status
status:
- 200
# Enhanced by cs 03/17/2023