Changeset 193
- Timestamp:
- 02/20/07 13:40:03 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/mbriggs-db/lib/HoneyClient/Manager.pm
r190 r193 692 692 693 693 # Insert Compromised Fingerprint into DB. 694 # XXX: Delete this crufty code, eventually. 694 695 # XXX: For now, we do a blanket insert; eventually, we'll need to 695 696 # check if this fingerprint already exists in the DB. … … 746 747 Files => \@Files, 747 748 RegKeys => \@RegKeys, 748 Procs => \@Procs 749 Procs => \@Procs, 749 750 }; 750 751 $exploit1->{vmid} = 'VMTest1';
