nuclei-templates/exposed-panels/ansible-semaphore-panel.yaml

33 lines
723 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:
shodan-query: http.html:"Semaphore</title>"
tags: panel,ansible,semaphore,cicd,oss
requests:
- method: GET
path:
- '{{BaseURL}}/auth/login'
matchers-condition: or
matchers:
- type: word
words:
- '<title>Ansible Semaphore</title>'
- type: regex
regex:
- '<title(.*)>Semaphore</title>'
# Enhanced by mp on 2022/03/23