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

35 lines
682 B
YAML
Raw Normal View History

2021-10-17 10:46:54 +00:00
id: squirrelmail-login
info:
name: SquirrelMail - Login
2022-07-03 10:29:23 +00:00
author: dhiyaneshDk,ritikchaddha
2021-10-17 10:46:54 +00:00
severity: info
reference:
- https://www.exploit-db.com/ghdb/7407
2021-10-17 10:46:54 +00:00
metadata:
2022-07-03 10:29:23 +00:00
shodan-query: title:"SquirrelMail"
tags: panel,squirrelmail
2021-10-17 10:46:54 +00:00
requests:
- method: GET
path:
2022-07-03 17:16:31 +00:00
- "{{BaseURL}}"
2021-10-17 10:46:54 +00:00
- "{{BaseURL}}/src/login.php"
2022-07-03 10:29:23 +00:00
- "{{BaseURL}}/webmail/src/login.php"
- "{{BaseURL}}/squirrelmail/src/login.php"
2021-10-17 10:46:54 +00:00
2022-07-03 10:29:23 +00:00
redirects: true
max-redirects: 2
stop-at-first-match: true
2021-10-17 10:46:54 +00:00
matchers-condition: and
matchers:
2022-07-03 17:16:31 +00:00
2021-10-17 10:46:54 +00:00
- type: word
part: body
words:
2022-07-03 10:29:23 +00:00
- "SquirrelMail"
2021-10-17 10:46:54 +00:00
- type: status
status:
- 200