Skip to content

Vugex Framework Source Code - Detect

ID: vugex-source-detect

Severity: medium

Author: ProjectDiscoveryAI,pdteam

Tags: vugex,framework,disclosure,info-leak

Detects the presence of exposed Vugex Framework source code by identifying common files and directories associated with the framework.

id: vugex-source-detect
info:
name: Vugex Framework Source Code - Detect
author: ProjectDiscoveryAI,pdteam
severity: medium
description: |
Detects the presence of exposed Vugex Framework source code by identifying common files and directories associated with the framework.
metadata:
verified: true
max-request: 1
shodan-query: html:"Vugex Framework"
tags: vugex,framework,disclosure,info-leak
http:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: regex
regex:
- "@framework\\s+Vugex Framework"
- "require_once\\s+'?/var/www/scripts/help.php'?"
condition: and
# digest: 4b0a00483046022100f67fa19962bc0adf4c6c816c2996a5f49b26f639f7bca71182865e4d332069f3022100bcde7935de3eb1c8de886df328659776d89c1140aa1664c27ce81afab204219e: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/exposures/logs/vugex-source-detect.yaml"

View on Github