Changeset 1449
- Timestamp:
- 11/29/07 20:52:09 (9 months ago)
- Files:
-
- phoneyc/ActiveX.py (modified) (2 diffs)
- phoneyc/COPYING (added)
- phoneyc/honeyclient.py (modified) (1 diff)
- phoneyc/honeywalk.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
phoneyc/ActiveX.py
r1444 r1449 1 1 #!/usr/bin/env python 2 3 # This software is licensed under the GPLv2. 4 # 5 # copyright (c) 2007 Jose Nazario <jose@monkey.org>, all rights reserved 2 6 3 7 import os … … 189 193 self.classname = 'BitDefender' 190 194 self.cve_id = ('CVE-2007-5775', ) 191 self.descripti n = 'BitDefender Online Scanner ActiveX Control'195 self.description = 'BitDefender Online Scanner ActiveX Control' phoneyc/honeyclient.py
r1445 r1449 1 1 #!/usr/bin/env python 2 3 # This software is licensed under the GPLv2. 4 # 5 # copyright (c) 2007 Jose Nazario <jose@monkey.org>, all rights reserved 2 6 3 7 # TODO phoneyc/honeywalk.py
r1444 r1449 1 1 #!/usr/bin/env python 2 3 # This software is licensed under the GPLv2. 4 # 5 # copyright (c) 2007 Jose Nazario <jose@monkey.org>, all rights reserved 2 6 3 7 from honeyclient import *
