nuclei-templates/exposed-panels/sphider-login.yaml

27 lines
542 B
YAML
Raw Normal View History

2021-03-02 13:09:33 +00:00
id: sphider-login
info:
name: Sphider Admin Login
author: dhiyaneshDK
severity: info
reference:
- https://www.exploit-db.com/ghdb/6641
tags: edb,panel
2021-03-02 13:09:33 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/admin/spider.php'
- '{{BaseURL}}/sphider/admin/admin.php'
2021-03-02 14:46:08 +00:00
- '{{BaseURL}}/search/admin/admin.php'
2021-03-02 13:09:33 +00:00
stop-at-first-match: true
2021-03-02 13:09:33 +00:00
matchers-condition: and
matchers:
- type: word
words:
- '<title>Sphider Admin Login</title>'
- type: status
status:
- 200