parent
c506c75f79
commit
f361e59230
|
@ -0,0 +1,30 @@
|
|||
id: platzi
|
||||
|
||||
info:
|
||||
name: Platzi service
|
||||
author: philippedelteil
|
||||
description: This OSINT template looks for information about a user name in Platzi. Platzi is a Latin American educational platform.
|
||||
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
|
||||
|
||||
self-contained: true
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "https://platzi.com/p/{{user}}"
|
||||
|
||||
redirects: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "username:"
|
Loading…
Reference in New Issue