Files
nuclei-templates/http/technologies/uni-gui-framework.yaml
Prince Chaddha 0474fff656 Merge pull request #13648 from matejsmycka/discovery-vuln-distinc
[BULK EDIT]  Implement asset-discovery and vulnerability detection distinction
2025-10-24 19:21:52 +05:30

51 lines
1.2 KiB
YAML

id: uni-gui-framework
info:
name: UniGUI Framework - Detect
author: serrapa
severity: info
description: |
Checks for the presence of UniGUI framework and extracts its version along with the Sencha Ext JS version.
metadata:
verified: true
max-request: 1
shodan-query: http.title:"UniGUI"
tags: tech,unigui,discovery
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "uni-xtheme-"
- "ext-all.js"
- "uniVars._extVer="
condition: or
- type: regex
part: body
regex:
- 'uni-(\d+\.\d+\.\d+\.\d+)/'
- 'uniVars._extVer="(\d+\.\d+\.\d+)"'
extractors:
- type: regex
part: body
name: uni_gui_version
regex:
- 'uni-(\d+\.\d+\.\d+\.\d+)'
- type: regex
part: body
name: ext_js_version
regex:
- 'uniVars._extVer="(\d+\.\d+\.\d+)"'
# digest: 4a0a00473045022049d89cb9de6c9453826c554faf1526eee9dd6fab8e7de27e54419032895c2e590221009a09dbcf44513725b673506236361e475ee385036bb3b64613c397f08de6aa43:922c64590222798bb761d5b6d8e72950