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

62 lines
1.9 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/
2024-09-10 09:08:16 +00:00
classification:
cpe: cpe:2.3:a:joomla:joomla\\!:*:*:*:*:*:*:*:*
2022-10-21 09:43:50 +00:00
metadata:
verified: true
2023-10-14 11:27:55 +00:00
max-request: 5
2024-09-10 08:22:50 +00:00
vendor: joomla
2024-09-10 09:08:16 +00:00
product: joomla\\!
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
2024-09-12 05:14:01 +00:00
# digest: 490a00463044022055fe37243598db7761b901480fb821502a56c4e22bbc625dfac9bdfa00a26cec02202174ea6ee48a620e4c915438f8379741d533622baf79913c2280a2d4f6edf950:922c64590222798bb761d5b6d8e72950