Changeset 1511

Show
Ignore:
Timestamp:
01/14/08 15:16:23 (9 months ago)
Author:
jose
Message:

[phoneyc]
support and demo exploit code for Gateway Weblaunch ActiveX Control

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • phoneyc/trunk/ActiveX.py

    r1510 r1511  
    3535        self.clsid['77829F14-D911-40FF-A2F0-D11DB8D6D0BC'] = NCTAudioFile2() 
    3636        self.clsid['2253F320-AB68-4A07-917D-4F12D8884A06'] = StreamAudioChainCast() 
     37        self.clsid['93CEA8A4-6059-4E0B-ADDD-73848153DD5E'] = GatewayWeblaunch() 
    3738 
    3839        self.clsname = {} 
     
    245246        self.cve_id = ('CVE-NOMATCH', ) 
    246247        self.description = 'StreamAudio ChainCast VMR Client Proxy ActiveX Control 3.x' 
     248 
     249class GatewayWeblaunch(ActiveX): 
     250    def __init__(self): 
     251        self.js_src = self.load_js_src('GatewayWeblaunch.js') 
     252        self.classname = 'GatewayWeblaunch' 
     253        self.cve_id = ('CVE-NOMATCH', ) 
     254        self.description = 'Gateway Weblaunch ActiveX Control'