User Tools

Site Tools


projects:pyhids

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
projects:pyhids [2011/03/13 23:31] – created cedricprojects:pyhids [2015/02/27 10:24] cedric
Line 1: Line 1:
 ====== pyHIDS ====== ====== pyHIDS ======
  
-pyHIDS is a little HIDS (with e-mail alerts) written in Python for my personal needsTested with Python 3.and Python 3.2.+pyHIDS is a host-based intrusion detection systemIt uses an RSA signature to check the integrity of its databaseAlerts 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> +===== Links ===== 
-<table> + 
-<tr> +  * [[https://bitbucket.org/cedricbonhomme/pyhids/ | Home page]]; 
-<td><script type="text/javascript" src="http://www.ohloh.net/p/418711/widgets/project_basic_stats.js"></script></td> +  * Getting pyHIDS: 
-<td><script type="text/javascript" src="http://www.ohloh.net/p/418711/widgets/project_factoids.js"></script></td> +    * git clone https://bitbucket.org/cedricbonhomme/pyhids.git //(main)// 
-<td><script type="text/javascript" src="http://www.ohloh.net/p/418711/widgets/project_languages.js"></script></td> +    * git clone https://github.com/cedricbonhomme/pyHIDS.git //(backup)// 
-</tr> +    * git clone https://git.gitorious.org/pyhids/pyhids.git //(backup)// 
-</table> +  * [[https://www.openhub.net/p/pyHIDS | Open Hub page]] of pyHIDS; 
-</html>+  * [[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.