User Tools

Site Tools


projects:pyhids

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:pyhids [2014/07/23 13:39] – [Links] cedricprojects:pyhids [2022/06/01 08:29] (current) – removed cedric
Line 1: Line 1:
-====== pyHIDS ====== 
  
-pyHIDS is a host-based intrusion detection system. It uses an RSA signature to check the integrity of its database. Alerts are written in the logs of the system, and can be sent via email to a list of users or on IRC channels (through the irker IRC client). You can define rules to specify files to be checked periodically. 
- 
-Tested with Python 3.3. 
- 
-<html> 
-<script type="text/javascript" src="http://www.openhub.net/p/418711/widgets/project_factoids_stats.js"></script> 
-</html> 
- 
-===== Links ===== 
- 
-  * [[https://bitbucket.org/cedricbonhomme/pyhids/ | Home page]]; 
-  * Getting pyHIDS: 
-    * git clone https://bitbucket.org/cedricbonhomme/pyhids.git //(main)// 
-    * git clone https://github.com/cedricbonhomme/pyHIDS.git //(backup)// 
-    * git clone https://git.gitorious.org/pyhids/pyhids.git //(backup)// 
-  * [[https://www.openhub.net/p/pyHIDS | Ohloh page]] of pyHIDS; 
-  * [[http://freecode.com/projects/pyhids | Freecode page]] of pyHIDS. 
- 
-===== License ===== 
-pyHIDS is under [[http://www.gnu.org/licenses/gpl-3.0.txt | GPL v3]] license.