From f361e59230a521eed7da9727f6941904f497fe75 Mon Sep 17 00:00:00 2001 From: Philippe Delteil Date: Mon, 6 Mar 2023 01:22:37 -0500 Subject: [PATCH 1/2] Create platzi.yaml Detection of username using Platzi platform. --- osint/platzi.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 osint/platzi.yaml diff --git a/osint/platzi.yaml b/osint/platzi.yaml new file mode 100644 index 0000000000..a8786ae96d --- /dev/null +++ b/osint/platzi.yaml @@ -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:" From 96aecc6951c9ce900f0b615aea5bec53c8edb6dd Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 6 Mar 2023 12:19:27 +0530 Subject: [PATCH 2/2] fix formatting --- osint/platzi.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/osint/platzi.yaml b/osint/platzi.yaml index a8786ae96d..45735b9e1c 100644 --- a/osint/platzi.yaml +++ b/osint/platzi.yaml @@ -3,13 +3,13 @@ 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 + description: This OSINT template looks for information about a user name in Platzi. Platzi is a Latin American educational platform. 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 + tags: osint,osint-social,platzi self-contained: true requests: @@ -20,11 +20,13 @@ requests: redirects: true matchers-condition: and matchers: - - type: status - status: - - 200 - - type: word part: body words: - - "username:" + - '"username":' + - 'profile_url:' + condition: and + + - type: status + status: + - 200