Skip to content

Blogspot User Name Information - Detect

ID: blogspot

Severity: info

Author: dwisiswant0

Tags: osint,osint-blog,blogspot

Blogspot user name information check was conducted.

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

View on Github