Download List

Projeto Descrição

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.

System Requirements

System requirement is not defined
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. A lista atual processo é mantido na memória ao invés fora da escrita para o disco e lendo-o novamente, evitando assim o disco 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

O Novo "motor" foi reescrito do zero, usando hashes em vez de matrizes para melhorar a velocidade de busca. Isto implica também um novo formato para o baselist. Com este baselist mais legível, é possível acrescentar comentários no baselist também. Como os hashes são allready na memória, já não é necessário escrever a lista actual para o disco.
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

Esta versão remove o primeiro valor indefinido no baselist e adiciona opções de depuração.
Tags: Minor bugfixes
This release removes the first undefined value in the baselist and adds
debugging options.

2003-11-03 15:39
2.6

Apoio ao processo de intervalos foi adicionado. É possível assistir a processos em várias categorias, em vez de um número fixo de processos.
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

Apoio FreeBSD foi adicionado para todas as funções nesta versão.
Tags: Major feature enhancements
FreeBSD support has been added for all functions in this version.

Project Resources