Skip to content

Caprover - Default Login

ID: caprover-default-login

Severity: high

Author: ritikchaddha

Tags: caprover,default-login,misconfig

Caprover defaultl login has been detected.

id: caprover-default-login
info:
name: Caprover - Default Login
author: ritikchaddha
severity: high
description: |
Caprover defaultl login has been detected.
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:988422585
tags: caprover,default-login,misconfig
variables:
password: captain42
http:
- raw:
- |
POST /api/v2/login HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
x-namespace: captain
{"password":"{{password}}"}
matchers:
- type: dsl
dsl:
- 'contains_all(body, "status\":100", "Login succeeded", "token\":")'
- 'contains(header, "application/json")'
- 'status_code == 200'
condition: and
# digest: 4a0a0047304502207692bdc69b8e8cb6431ff8ebade83b64abf9cde0c79b0e3278cc5786354cc43c022100f9c44c0af4d9cf41bee62384e366bd735d178661438846c5bfea796d2ed657af:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/default-logins/caprover/caprover-default-login.yaml"

View on Github