mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-01 16:23:32 +08:00
51 lines
1.3 KiB
YAML
51 lines
1.3 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
|
|
|
|
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: 4b0a00483046022100c1962339696c9e67fa047e2f92d25d6d05d58909baf0e65a4e83c1433a1c58800221008c66c6b09a16fbd6ac80ea6bf9bf161e790f4e870000d0797a33e063e8e532ca:922c64590222798bb761d5b6d8e72950 |