Downloadliste

Projektbeschreibung

Process Change Detection System is a script to monitor changes in processes--not to monitor if your Web server is still running, but to see if there are new programs running. When debugging a honeypot logging, you often see that there's an extra inetd running, to open up a backdoor port. Or, less dramatically, people login to a system and "forget" to logout.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-09-25 22:32
2.9

Major code cleanup. Der aktuelle Prozess-Liste im Speicher, anstatt es sich schriftlich auf die Festplatte und lesen Sie es erneut gehalten werden, damit vermieden disk I / O.
Tags: Code cleanup
Major code cleanup. The current process list is kept in memory instead off writing it out to disk and reading it in again, thus avoiding disk I/O.

2004-11-16 14:40
2.8

Die "diff-Motor" wurde von Grund auf neu geschrieben, wobei Hashes statt Arrays Suchgeschwindigkeit zu verbessern. Dies bedeutet auch, ein neues Format für die Baselist. Mit dieser mehr lesbar Baselist, ist es möglich, Kommentare in der Baselist zu fügen. Da die Hash-Werte werden im Speicher allready, ist es nicht mehr erforderlich sind, um die aktuelle Liste auf die Festplatte zu schreiben.
Tags: Code cleanup
The "diff-engine" was rewritten from scratch,
using hashes instead of arrays to improve search
speed. This also implies a new format for the
baselist. With this more readable baselist, it is
possible to add comments in the baselist too. As
the hashes are allready in memory, it is no longer
necessary to write the current list to disk.

2003-12-26 17:16
2.7

Mit diesem Release werden die ersten undefinierten Wert in der Baselist und fügt hinzu, Debugging-Möglichkeiten.
Tags: Minor bugfixes
This release removes the first undefined value in the baselist and adds
debugging options.

2003-11-03 15:39
2.6

Support für die Prozess-reicht wurde hinzugefügt. Es ist möglich, Prozesse in Bereichen, anstatt eine feste Anzahl von Prozessen zu beobachten.
Tags: Major feature enhancements
Support for process-ranges was added. It's
possible to watch processes in ranges instead of a
fixed number of processes.

2003-09-05 23:14
2.5

FreeBSD ist für alle Funktionen in dieser Version hinzugefügt.
Tags: Major feature enhancements
FreeBSD support has been added for all functions in this version.

Project Resources