Skip to content

Postnews User Name Information - Detect

ID: postnews

Severity: info

Author: olearycrew

Tags: osint,osint-social,postnews

Postnews user name information check was conducted.

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: 4b0a00483046022100daa1322fa33ac4ef44b63b38455f9380a58b186cfc2244e7dab34393e0fc25b3022100a9f4faf7f17170a98c8a6489b3aaa41e76def4b6519b2f47eecc0e4db5a9df12:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/user-enumeration/postnews.yaml"

View on Github