Skip to content

InsaneJournal User Name Information - Detect

ID: insanejournal

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,insanejournal

InsaneJournal user name information check was conducted.

id: insanejournal
info:
name: InsaneJournal User Name Information - Detect
author: dwisiswant0
severity: info
description: InsaneJournal 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,insanejournal
self-contained: true
http:
- method: GET
path:
- "https://{{user}}.insanejournal.com/profile"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "User:"
# digest: 4a0a0047304502202ab0eb18f85b228a38de8bae1ddb930d02b9b311972e74e3d1e38b67c5c77cfc02210096bb22dec1376f7af95b70d7c9a3fee5980f86f489edc5d3988ff466ce8001d3: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/insanejournal.yaml"

View on Github