From 256b196cdb8b097f5a2e53ce57f7d64ad535b649 Mon Sep 17 00:00:00 2001 From: Philippe Delteil Date: Thu, 14 Sep 2023 20:59:27 -0500 Subject: [PATCH 1/2] Create hackenproof.yaml --- http/osint/hackenproof.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 http/osint/hackenproof.yaml diff --git a/http/osint/hackenproof.yaml b/http/osint/hackenproof.yaml new file mode 100644 index 0000000000..1520580d80 --- /dev/null +++ b/http/osint/hackenproof.yaml @@ -0,0 +1,27 @@ +id: hackenproof + +info: + name: Hackenproof User Name Information - Detect + author: philippedelteil + description: Hackenproof user name information check was conducted. (https://hackenproof.com/). + + 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-tech,hackenproof + metadata: + max-request: 1 + +self-contained: true +http: + - method: GET + path: + - "https://hackenproof.com/hackers/{{user}}" + + matchers-condition: and + matchers: + - type: status + status: + - 200 From 58b813b6f56e3d8c27bf6110a8e18c7e2c973159 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 15 Sep 2023 14:43:02 +0530 Subject: [PATCH 2/2] updated matchers --- http/osint/hackenproof.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/http/osint/hackenproof.yaml b/http/osint/hackenproof.yaml index 1520580d80..fd2e859428 100644 --- a/http/osint/hackenproof.yaml +++ b/http/osint/hackenproof.yaml @@ -3,16 +3,15 @@ id: hackenproof info: name: Hackenproof User Name Information - Detect author: philippedelteil - description: Hackenproof user name information check was conducted. (https://hackenproof.com/). - severity: info + description: Hackenproof 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 - tags: osint,osint-tech,hackenproof metadata: max-request: 1 + tags: osint,osint-tech,hackenproof self-contained: true http: @@ -22,6 +21,14 @@ http: matchers-condition: and matchers: + - type: word + part: body + words: + - 'Check out {{user}} on HackenProof' + - 'Member since' + condition: and + case-insensitive: true + - type: status status: - 200