Joomla! Detect
ID: joomla-detect
Severity: info
Author: ricardomaia
Tags: tech,joomla,cms,oss
Description
Section titled “Description”Joomla! is a free and open-source content management system (CMS) for publishing content on websites.
YAML Source
Section titled “YAML Source”id: joomla-detect
info: name: Joomla! Detect author: ricardomaia severity: info description: | Joomla! is a free and open-source content management system (CMS) for publishing content on websites. reference: - https://www.joomla.org/ - https://github.com/joomla/joomla-cms - https://www.itoctopus.com/how-to-quickly-know-the-version-of-any-joomla-website - https://hackertarget.com/attacking-enumerating-joomla/ classification: cpe: cpe:2.3:a:joomla:joomla\\!:*:*:*:*:*:*:*:* metadata: verified: true max-request: 5 vendor: joomla product: joomla\\! google-query: Joomla! Administration Login inurl:"/index.php" || intitle:"Joomla Web Installer" tags: tech,joomla,cms,oss
http: - method: GET path: - "{{BaseURL}}/administrator/manifests/files/joomla.xml" # >= 1.6.0 - "{{BaseURL}}/language/en-GB/en-GB.xml" # >= 1.5.0 and <= 1.5.26 - "{{BaseURL}}/README.txt" - "{{BaseURL}}/modules/custom.xml" # < 1.5.0 - "{{BaseURL}}" # >= 1.5.0 and <= 1.5.26
stop-at-first-match: true host-redirects: true max-redirects: 2
matchers-condition: or matchers: - type: word part: body words: - "<version>" - "<creationDate>" - "</metafile>" condition: and
- type: regex regex: - '(?i)<meta.name="generator".content="(Joomla!).*/>' - '(?i)Joomla_([\d.|\d]+)_version_history' - 'FILES_JOOMLA_XML_DESCRIPTION' condition: or
extractors: - type: regex name: version group: 1 regex: - '<version>(.*?)</version>' - '(?i)Joomla_([\d.|\d]+)_version_history' part: body# digest: 4b0a00483046022100c3759fbebb2a8706a6554be9b95566d6ab3bf46b2e938efef77e4678e6f31bbc022100b4a70dea78d39f5d3df4a234c5817811576d931dd2b1c6c5101e840d90ae23aa:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/joomla-detect.yaml"