nuclei-templates/http/technologies/joomla-detect.yaml

60 lines
1.8 KiB
YAML
Raw Normal View History

2022-10-19 19:03:34 +00:00
id: joomla-detect
2023-08-10 10:56:30 +00:00
2022-10-19 19:03:34 +00:00
info:
name: Joomla! Detect
author: ricardomaia
severity: info
2022-10-21 09:43:50 +00:00
description: |
Joomla! is a free and open-source content management system (CMS) for publishing content on websites.
2022-10-19 19:03:34 +00:00
reference:
2022-10-21 09:43:50 +00:00
- https://www.joomla.org/
- https://github.com/joomla/joomla-cms
2022-10-19 19:03:34 +00:00
- https://www.itoctopus.com/how-to-quickly-know-the-version-of-any-joomla-website
- https://hackertarget.com/attacking-enumerating-joomla/
2022-10-21 09:43:50 +00:00
metadata:
verified: true
2023-10-14 11:27:55 +00:00
max-request: 5
2023-01-24 10:09:00 +00:00
google-query: Joomla! Administration Login inurl:"/index.php" || intitle:"Joomla Web Installer"
2022-10-21 09:43:50 +00:00
tags: tech,joomla,cms,oss
2022-10-19 19:03:34 +00:00
http:
2023-08-10 10:56:30 +00:00
- method: GET
2022-10-19 19:03:34 +00:00
path:
- "{{BaseURL}}/administrator/manifests/files/joomla.xml" # >= 1.6.0
- "{{BaseURL}}/language/en-GB/en-GB.xml" # >= 1.5.0 and <= 1.5.26
2022-10-19 19:03:34 +00:00
- "{{BaseURL}}/README.txt"
- "{{BaseURL}}/modules/custom.xml" # < 1.5.0
- "{{BaseURL}}" # >= 1.5.0 and <= 1.5.26
2022-10-21 09:43:50 +00:00
2023-08-10 10:56:30 +00:00
stop-at-first-match: true
2022-10-21 09:43:50 +00:00
host-redirects: true
max-redirects: 2
2023-08-10 10:56:30 +00:00
2022-10-19 19:03:34 +00:00
matchers-condition: or
matchers:
2022-10-21 09:43:50 +00:00
- type: word
part: body
words:
- "<version>"
- "<creationDate>"
- "</metafile>"
condition: and
2023-08-10 10:56:30 +00:00
- type: regex
regex:
- '(?i)<meta.name="generator".content="(Joomla!).*/>'
- '(?i)Joomla_([\d.|\d]+)_version_history'
- 'FILES_JOOMLA_XML_DESCRIPTION'
2023-08-10 10:56:30 +00:00
condition: or
2022-10-19 19:03:34 +00:00
extractors:
- type: regex
name: version
group: 1
regex:
- '<version>(.*?)</version>'
2022-10-19 19:03:34 +00:00
- '(?i)Joomla_([\d.|\d]+)_version_history'
2023-08-10 10:56:30 +00:00
part: body
# digest: 4b0a00483046022100b98eef55dbf7bc0eb9c31e6dfaf23c8061227bec12c392230d6a4fa341e6672f022100d83e9c47d57d481a2d6e772b3c7defc5dff5f125e045297c49d70c85c7616200:922c64590222798bb761d5b6d8e72950