Changeset 193

Show
Ignore:
Timestamp:
02/20/07 13:40:03 (2 years ago)
Author:
kindlund
Message:

DB integration.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/mbriggs-db/lib/HoneyClient/Manager.pm

    r190 r193  
    692692 
    693693                    # Insert Compromised Fingerprint into DB. 
     694                    # XXX: Delete this crufty code, eventually. 
    694695                    # XXX: For now, we do a blanket insert; eventually, we'll need to 
    695696                    # check if this fingerprint already exists in the DB. 
     
    746747                        Files => \@Files, 
    747748                        RegKeys => \@RegKeys, 
    748                         Procs => \@Procs 
     749                        Procs => \@Procs, 
    749750                    }; 
    750751                    $exploit1->{vmid} = 'VMTest1';