commit
5820e6252e
|
@ -28,4 +28,4 @@ http:
|
|||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- ">followers</div>"
|
||||
- "followers"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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</h2>"
|
||||
- "GENRES</h2>"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue