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