Jenkins Default Login
ID: jenkins-weak-password
Severity: high
Author: Zandros0
Tags: jenkins,default-login
Description
Section titled “Description”Jenkins default admin login information was discovered.
YAML Source
Section titled “YAML Source”id: jenkins-weak-password
info: name: Jenkins Default Login author: Zandros0 severity: high description: Jenkins default admin login information was discovered. classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L cvss-score: 8.3 cwe-id: CWE-522 metadata: max-request: 3 tags: jenkins,default-login
http: - raw: - | GET / HTTP/1.1 Host: {{Hostname}} - | POST /j_spring_security_check HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
j_username=admin&j_password=admin&from=%2F&Submit=Sign+in - | GET / HTTP/1.1 Host: {{Hostname}}
matchers: - type: dsl dsl: - 'contains(body_3, "/logout")' - 'contains(body_3, "Dashboard [Jenkins]")' condition: and# digest: 4a0a00473045022100b2ef4112c325676d60c6228f0761f52f145aae1ab1e077af549eab06a3ac6e70022060af315b91477afc05380248bb4bed1b3a1c8e97ac084057ff3407477c164634: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/jenkins/jenkins-default.yaml"