2023-06-10 15:18:13 +00:00
|
|
|
id: stackoverflow
|
|
|
|
|
|
|
|
info:
|
2023-06-10 15:50:40 +00:00
|
|
|
name: StackOverflow User Name Information - Detect
|
2023-06-10 15:18:13 +00:00
|
|
|
author: lu4nx
|
|
|
|
severity: info
|
2023-06-12 11:06:56 +00:00
|
|
|
description: |
|
|
|
|
StackOverflow user name information check was conducted.
|
2023-06-10 15:18:13 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cwe-id: CWE-200
|
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-06-12 11:06:56 +00:00
|
|
|
verified: "true"
|
2023-06-10 15:18:13 +00:00
|
|
|
tags: osint,osint-coding,stackoverflow
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://stackoverflow.com/users/filter?search={{user}}"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "<p>No users matched your search.</p>"
|
|
|
|
negative: true
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|