35 lines
832 B
YAML
35 lines
832 B
YAML
|
id: coderwall
|
||
|
|
||
|
info:
|
||
|
name: Coderwall User Name Information - Detect
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
description: Coderwall 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-coding,coderwall
|
||
|
|
||
|
self-contained: true
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://coderwall.com/{{user}}/"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "s profile |"
|
||
|
|
||
|
# digest: 4a0a00473045022058d58d7e008e8600ecf4097d085b570a902ffe03b085aeb45cc9514995d633f1022100ad13e3d973d29507eab03856e2db302a2e6e681afdfcb592ba9ea8a13d5be32b:922c64590222798bb761d5b6d8e72950
|