36 lines
853 B
YAML
36 lines
853 B
YAML
|
id: postnews
|
||
|
|
||
|
info:
|
||
|
name: Postnews User Name Information - Detect
|
||
|
author: olearycrew
|
||
|
severity: info
|
||
|
description: Postnews 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
|
||
|
cwe-id: CWE-200
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
tags: osint,osint-social,postnews
|
||
|
|
||
|
self-contained: true
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://post.news/@/{{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "Profile Not Found"
|
||
|
negative: true
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
# digest: 4a0a00473045022100cdd6a83283bc8e9ec3691a7ad2851585a29970e4537f18675c1ae93d9af59ec50220011fc5b82406d2c209aa85338d1a6492462837e2f9c91d25c50be7a9bfcc32c9:922c64590222798bb761d5b6d8e72950
|