Skip to content

Themeforest User Name Information - Detect

ID: themeforest

Severity: info

Author: dwisiswant0

Tags: osint,osint-art,themeforest

Themeforest user name information check was conducted.

id: themeforest
info:
name: Themeforest User Name Information - Detect
author: dwisiswant0
severity: info
description: Themeforest 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-art,themeforest
self-contained: true
http:
- method: GET
path:
- "https://themeforest.net/user/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "s profile on ThemeForest"
# digest: 490a00463044022037016c115998b48ed221944eae90a3f5efff66596db21fc835586cfe732a6d4102207449803be443a4a6872dcc50f1ce3a9cf4cd4cb64502623a07e5ab587f4b3932: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/themeforest.yaml"

View on Github