Skip to content

Blogger User Name Information - Detect

ID: blogger

Severity: info

Author: dwisiswant0

Tags: osint,osint-blog,blogger

Blogger user name information check was conducted.

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

View on Github