commit
d8df2bd7f7
|
@ -2,25 +2,32 @@ id: squirrelmail-login
|
|||
|
||||
info:
|
||||
name: SquirrelMail - Login
|
||||
author: dhiyaneshDk
|
||||
author: dhiyaneshDk,ritikchaddha
|
||||
severity: info
|
||||
reference:
|
||||
- https://www.exploit-db.com/ghdb/7407
|
||||
metadata:
|
||||
shodan-query: http.title:"SquirrelMail - Login"
|
||||
shodan-query: title:"SquirrelMail"
|
||||
tags: panel,squirrelmail
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
- "{{BaseURL}}/src/login.php"
|
||||
- "{{BaseURL}}/webmail/src/login.php"
|
||||
- "{{BaseURL}}/squirrelmail/src/login.php"
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>SquirrelMail - Login</title>"
|
||||
- "SquirrelMail"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue