Skip to content

Detect Agentejo Cockpit

ID: cockpit-detect

Severity: info

Author: dwisiswant0

Tags: tech,cockpit

id: cockpit-detect
info:
name: Detect Agentejo Cockpit
author: dwisiswant0
severity: info
metadata:
max-request: 1
tags: tech,cockpit
http:
- method: GET
path:
- "{{BaseURL}}/auth/login"
matchers:
- type: word
words:
- "<title>Authenticate Please!</title>"
# digest: 4a0a00473045022100a42d45c5e7972f10b74fb9964ad5681b5ad11661bbea98334e4917fad83b9701022056f4ae5e171e8eb7725780ccc841e6065196a5d81eabc3d90f828d30265f30b2: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/technologies/cockpit-detect.yaml"

View on Github