Update uni-gui-framework-detection.yaml
parent
f8ec45356e
commit
adff13fd67
|
@ -1,39 +1,50 @@
|
|||
id: uni-gui-framework-detection
|
||||
id: uni-gui-framework
|
||||
|
||||
info:
|
||||
name: Detect UniGUI Framework and Version
|
||||
author: serrapa
|
||||
severity: info
|
||||
description: Checks for the presence of UniGUI framework and extracts its version along with the Sencha Ext JS version.
|
||||
|
||||
requests:
|
||||
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
|
||||
part: body
|
||||
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- 'uni-(\d+\.\d+\.\d+\.\d+)/'
|
||||
- 'uniVars._extVer="(\d+\.\d+\.\d+)"'
|
||||
part: body
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
regex:
|
||||
- 'uni-(\d+\.\d+\.\d+\.\d+)/'
|
||||
part: body
|
||||
name: uni_gui_version
|
||||
- type: regex
|
||||
regex:
|
||||
- 'uniVars._extVer="(\d+\.\d+\.\d+)"'
|
||||
- 'uni-(\d+\.\d+\.\d+\.\d+)'
|
||||
|
||||
- type: regex
|
||||
part: body
|
||||
name: ext_js_version
|
||||
|
||||
regex:
|
||||
- 'uniVars._extVer="(\d+\.\d+\.\d+)"'
|
||||
|
|
Loading…
Reference in New Issue