Changeset 1453

Show
Ignore:
Timestamp:
11/29/07 21:30:31 (9 months ago)
Author:
jose
Message:

[phoneyc] everyone needs a readme

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • phoneyc/trunk/TASKS

    r1452 r1453  
    77  + results 
    88- finish up VB analysis 
     9 
     10 
     11 
     12DATABASE 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()