From 349014c7845654baed7cda4fed848d3671974aa5 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Fri, 14 Apr 2023 12:17:07 +0530 Subject: [PATCH] Create imgbb.yaml --- osint/imgbb.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 osint/imgbb.yaml diff --git a/osint/imgbb.yaml b/osint/imgbb.yaml new file mode 100644 index 0000000000..8ec66e280a --- /dev/null +++ b/osint/imgbb.yaml @@ -0,0 +1,31 @@ +id: imgbb + +info: + name: ImgBB User Name Information - Detect + author: cheesymoon + description: ImgBB 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-image,imgbb + +self-contained: true +http: + - method: GET + path: + - "https://{{user}}.imgbb.com" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Most recent" + - "Followers" + condition: and + + - type: status + status: + - 200