Changeset 1495

Show
Ignore:
Timestamp:
12/19/07 22:13:24 (8 months ago)
Author:
jose
Message:

add new HP software update vulns ...

Files:

Legend:

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

    r1492 r1495  
    2929        self.clsid['E23FE9C6-778E-49D4-B537-38FCDE4887D8'] = VLC() 
    3030        self.clsid['62DDEB79-15B2-41E3-8834-D3B80493887A'] = HPInfo() 
     31        self.clsid['7CB9D4F5-C492-42A4-93B1-3F7D6946470D'] = HPInfo() 
    3132 
    3233        self.clsname = {} 
  • phoneyc/trunk/modules/jscript/HPInfo.js

    r1492 r1495  
    1212                add_alert("HP Info Center GetRegValue, reading: " + key + "/" + section + "/" + keyname); 
    1313        } 
     14        this.SaveToFile=function(path) { 
     15                add_alert("HP Software Update SaveToFile(), writes to " + path); 
     16        } 
    1417}