Integrated Management Module - Default Login
ID: imm-default-login
Severity: high
Author: jpg0mez
Tags: imm,ibm,default-login
Description
Section titled “Description”Integrated Management Module default login credentials were discovered.
YAML Source
Section titled “YAML Source”id: imm-default-login
info: name: Integrated Management Module - Default Login author: jpg0mez severity: high description: | Integrated Management Module default login credentials were discovered. reference: - https://pubs.lenovo.com/x3650-m4/t_logging_web_interface - https://www.ibm.com/docs/en/tcs-service?topic=oip-logging-imm-web-interface classification: cwe-id: CWE-798 cpe: cpe:2.3:h:ibm:integrated_management_module:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 shodan-query: html:"ibmdojo" fofa-query: "integrated management module" product: integrated_management_module vendor: ibm tags: imm,ibm,default-login
http: - method: POST path: - "{{BaseURL}}/data/login" body: "user=USERID&password=PASSW0RD"
redirects: true matchers-condition: and matchers: - type: word words: - "<authResult>0</authResult>" - 'authResult":"0' condition: or
- type: word words: - "index-console.php" - "home.php" condition: and
- type: status status: - 200# digest: 490a0046304402205125aa84c813f2cec1e85949d596c5a5c93bdde29ec1df6d8d5a7af572788589022060a0e87a809a6fed2ca290bbe4fd1fe6e36af6fd934929d5e100f0dce9cfec38: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/default-logins/ibm/imm-default-login.yaml"