Changeset 1125
- Timestamp:
- 01/24/08 15:44:08 (7 months ago)
- Files:
-
- honeyclient/trunk/lib/HoneyClient/Agent.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/lib/HoneyClient/Agent.pm
r1012 r1125 923 923 $LOG->info($driverName . " - Performing Integrity Checks."); 924 924 $changes = $integrity->check(); 925 if (scalar(@{$changes->{ processes}})) {925 if (scalar(@{$changes->{os_processes}})) { 926 926 $LOG->warn($driverName . " - Integrity Check: FAILED"); 927 927 $isCompromised = 1; … … 976 976 # $LOG->info($driverName . " - Performing Integrity Checks."); 977 977 # $changes = $integrity->check(); 978 # if (scalar(@{$changes->{ processes}})) {978 # if (scalar(@{$changes->{os_processes}})) { 979 979 # $LOG->warn($driverName . " - Integrity Check: FAILED"); 980 980 # $isCompromised = 1;
