nuclei-templates/exposed-panels/joomla-panel.yaml

21 lines
431 B
YAML
Raw Normal View History

2021-03-30 00:01:39 +00:00
id: joomla-panel
info:
name: Joomla! Panel
2021-06-09 12:20:56 +00:00
author: its0x08
2021-03-30 00:01:39 +00:00
severity: info
2021-06-11 07:15:16 +00:00
tags: panel,joomla
2021-03-30 00:01:39 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/administrator/"
matchers:
- type: word
words:
- '<meta name="generator" content="Joomla! - Open Source Content Management" />'
- '/administrator/templates/isis/images/joomla.png'
2021-03-30 00:19:02 +00:00
condition: or
# Enhanced by cs on 2022/01/28