nuclei-templates/exposed-panels/tembosocial-panel.yaml

28 lines
521 B
YAML
Raw Normal View History

2022-07-06 18:01:49 +00:00
id: tembosocial-panel
info:
name: TemboSocial Administration Panel
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-query: title:"TemboSocial Administration"
2022-07-12 11:07:38 +00:00
tags: panel,tembosocial
2022-07-06 18:01:49 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/admin.php"
host-redirects: true
2022-07-12 11:07:38 +00:00
max-redirects: 2
2022-07-06 18:01:49 +00:00
matchers-condition: and
matchers:
- type: word
words:
- '<title>TemboSocial Administration</title>'
- type: status
status:
- 200