35 lines
845 B
YAML
35 lines
845 B
YAML
|
id: wordpress
|
||
|
|
||
|
info:
|
||
|
name: WordPress User Name Information - Detect
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
description: WordPress 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-blog,wordpress
|
||
|
|
||
|
self-contained: true
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://profiles.wordpress.org/{{user}}/"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "user-member-since"
|
||
|
|
||
|
# digest: 4a0a00473045022100fc04abf609c545f2d62456a051a0d3b96abbadcfb3fd3d61181d47cd3a7b1b77022058d5952c681fe8c9f7184cc6d8620d4b2cf70d36320911b4f9ec11406728bfe0:922c64590222798bb761d5b6d8e72950
|