Changeset 986
- Timestamp:
- 11/07/07 16:11:00 (1 year ago)
- Files:
-
- honeyclient/trunk/etc/honeyclient.xml (modified) (1 diff)
- honeyclient/trunk/lib/HoneyClient/Manager.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/etc/honeyclient.xml
r982 r986 329 329 <DB> 330 330 <enable description="Enables database operations. 1 enables, 0 disables." default="0"> 331 0331 1 332 332 </enable> 333 333 <host description="The system providing the HoneyClient database. If the database is installed on the same host system as the Manager, then localhost should be used." default="127.0.0.1"> honeyclient/trunk/lib/HoneyClient/Manager.pm
r937 r986 733 733 # Insert Compromised Fingerprint into DB. 734 734 my $fingerprint = $ret->{$args{'driver'}}->{status}->{fingerprint}; 735 $LOG->warn("VM Compromised. Last Resource (" . $fingerprint->{'last_resource'}. ")");735 $LOG->warn("VM Compromised. Last Resource (" . delete($fingerprint->{'last_resource'}) . ")"); 736 736 if ($DB_ENABLE && ($clientDbId > 0)) { 737 737 # Remove the last_url from the fingerprint and insert it as Url History
