nuclei-templates/file/electron/electron-version-detect.yaml

21 lines
489 B
YAML
Raw Normal View History

id: electron-version-detect.yaml
info:
name: Electron Version Detect
author: me9187
severity: info
tags: electron,file
reference:
- https://www.electronjs.org/blog/chromium-rce-vulnerability/
# Check the electron version on snyk.io to see if the bundled chromium version is outdated
# If the chromium version is old you can turn XSS into RCE
file:
- extensions:
- json
extractors:
- type: regex
regex:
- '"electronVersion":"[^"]*"'