diff --git a/http/osint/clubhouse.yaml b/http/osint/clubhouse.yaml index 64501c9b1f..bb72290043 100644 --- a/http/osint/clubhouse.yaml +++ b/http/osint/clubhouse.yaml @@ -28,4 +28,4 @@ http: - type: word part: body words: - - ">followers" + - "followers" diff --git a/http/osint/medium.yaml b/http/osint/medium.yaml index 4c445cb8b0..d2ddb58bad 100644 --- a/http/osint/medium.yaml +++ b/http/osint/medium.yaml @@ -9,7 +9,7 @@ info: 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-news,medium + tags: osint,osint-social,medium metadata: max-request: 1 @@ -17,7 +17,7 @@ self-contained: true http: - method: GET path: - - "https://{{user}}.medium.com/about" + - "https://medium.com/@{{user}}" matchers-condition: and matchers: @@ -28,4 +28,4 @@ http: - type: word part: body words: - - "Medium member since" + - "Followers" diff --git a/http/osint/vampr.yaml b/http/osint/vampr.yaml new file mode 100644 index 0000000000..5c2dee4e4a --- /dev/null +++ b/http/osint/vampr.yaml @@ -0,0 +1,35 @@ +id: vampr + +info: + name: Vampr User Name Information - Detect + author: millermedia + severity: info + description: | + Vampr 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 + metadata: + max-request: 1 + tags: osint,osint-social,vampr + +self-contained: true + +http: + - method: GET + path: + - "https://www.vampr.me/artist/{{user}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "SKILLS" + - "GENRES" + condition: and + + - type: status + status: + - 200