Changeset 1453
- Timestamp:
- 11/29/07 21:30:31 (9 months ago)
- Files:
-
- phoneyc/trunk/README (added)
- phoneyc/trunk/TASKS (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
phoneyc/trunk/TASKS
r1452 r1453 7 7 + results 8 8 - finish up VB analysis 9 10 11 12 DATABASE schema thoughts 13 - use SQLObect so it's backend agnostic 14 - Queue table 15 URL - string 16 priority - int 17 - URL table 18 URL - string 19 - Aert table 20 url_id - ForeignKey(URL) 21 referrer - ForeignKey(URL) 22 source - string (ie 'clamav', 'vuln_module') 23 message - string (ie 'HTML.Exploit-Gen4') 24 timestame - TimeDateCol()
