Skip to content

Gnome extensions User Name Information - Detect

ID: gnome-extensions

Severity: info

Author: dwisiswant0

Tags: osint,osint-coding,gnome-extensions

Gnome extensions user name information check was conducted.

id: gnome-extensions
info:
name: Gnome extensions User Name Information - Detect
author: dwisiswant0
severity: info
description: Gnome extensions 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-coding,gnome-extensions
self-contained: true
http:
- method: GET
path:
- "https://extensions.gnome.org/accounts/profile/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "s Profile - GNOME Shell Extensions"
# digest: 4a0a004730450221008d4ddb90bdea66dd30101cf36d181e9244eafd836be16be276829bf7a4c6c58b02201c516b8f0a8bc5a1d8fa9c327f471c2f4c851dbc6e85d0e75b7c134d7e69dc6d: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/gnome-extensions.yaml"

View on Github