BoltCMS Login Panel - Detect
ID: bolt-cms-panel
Severity: info
Author: cyllective,daffainfo
Tags: panel,bolt,cms,login,boltcms
Description
Section titled “Description”BoltCMS login panel was detected.
YAML Source
Section titled “YAML Source”id: bolt-cms-panel
info: name: BoltCMS Login Panel - Detect author: cyllective,daffainfo severity: info description: BoltCMS login panel was detected. reference: - https://github.com/bolt/bolt classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 cpe: cpe:2.3:a:boltcms:bolt:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: boltcms product: bolt shodan-query: cpe:"cpe:2.3:a:bolt:bolt" tags: panel,bolt,cms,login,boltcms
http: - method: GET path: - "{{BaseURL}}/bolt/login"
matchers-condition: and matchers: - type: word part: body condition: or words: - '<form action="/bolt/login"' - '<img class="logo" alt="Bolt CMS logo"' - '<img src="/app/view/img/bolt-logo.png"' - '<link rel="shortcut icon" href="/app/view/img/favicon-bolt.ico">' - '<link rel="stylesheet" href="/app/view/css/bolt-old-ie.css"' - '<link rel="stylesheet" href="/app/view/css/bolt.css"' - '<script src="/app/view/js/bolt.js"></script>' - '<script src="/app/view/js/bolt.min.js"' - '<script src="/assets/bolt.js"></script>' - 'Bolt requires JavaScript to function properly and continuing without it might corrupt or erase data.' - 'Bolt » Login' - 'Cookies are required to log on to Bolt. Please allow cookies.'
- type: status status: - 200# digest: 4a0a0047304502204b27de4bb4423907b0c9b79f5bbbb6738083a486e992cee7115a490c16f6b950022100df72ecea42429c0823cbc65ff0943732281d6561392b9d2b301e3b5c2d488bd6: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/exposed-panels/bolt-cms-panel.yaml"