AppCms Detect
ID: appcms-detect
Severity: info
Author: princechaddha
Tags: tech,appcms
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: appcms-detect
info: name: AppCms Detect author: princechaddha severity: info classification: cpe: cpe:2.3:a:appcms:appcms:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: appcms product: appcms shodan-query: http.html:"Powerd by AppCMS" tags: tech,appcms
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: regex part: body regex: - '<!-- Powerd by AppCMS (.*) -->'
- type: status status: - 200
extractors: - type: regex part: body group: 1 regex: - '<!-- Powerd by AppCMS (.*) -->'# digest: 4a0a0047304502202e5fb022fd06d33fee1d31c2097adac28acdb3b6646c3b095fbf85cf7f1e32ac022100dfa6dd8629ec9f1d73497274bbff6e19dd9e3e1eb28aefa6f67df16ccefd0cfd: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/appcms-detect.yaml"