32 lines
706 B
YAML
32 lines
706 B
YAML
id: ansible-semaphore-panel
|
|
|
|
info:
|
|
name: Ansible Semaphore Panel Detect
|
|
author: Yuzhe-zhang-0
|
|
severity: info
|
|
description: An Ansible Semaphore login panel was detected.
|
|
reference:
|
|
- https://ansible-semaphore.com/
|
|
- https://github.com/ansible-semaphore/semaphore
|
|
classification:
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.html:"Semaphore</title>"
|
|
tags: panel,ansible,semaphore,cicd,oss
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/auth/login'
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Ansible Semaphore</title>'
|
|
|
|
- type: regex
|
|
regex:
|
|
- '<title(.*)>Semaphore</title>'
|