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
Next revisionBoth sides next revision
projects:pyhids [2011/03/13 23:33] 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.
  
-  * Getting pyAggr3g470r: +===== Links =====
-    * hg clone http://bitbucket.org/cedricbonhomme/pyhids/ //(main)// +
-    * hg clone http://hg.cedricbonhomme.org/pyhids/ //(backup)// +
-    * hg clone http://code.google.com/p/py-hids/ //(backup)// +
-  * [[http://www.ohloh.net/p/pyHIDS/ | Ohloh page]] of pyHIDS.+
  
-<html> +  * [[https://bitbucket.org/cedricbonhomme/pyhids/ | Home page]]; 
-<table> +  * Getting pyHIDS: 
-<tr> +    * git clone https://bitbucket.org/cedricbonhomme/pyhids.git //(main)// 
-<td><script type="text/javascript" src="http://www.ohloh.net/p/418711/widgets/project_basic_stats.js"></script></td> +    * git clone https://github.com/cedricbonhomme/pyHIDS.git //(backup)// 
-<td><script type="text/javascript" src="http://www.ohloh.net/p/418711/widgets/project_factoids.js"></script></td> +    * git clone https://git.gitorious.org/pyhids/pyhids.git //(backup)// 
-<td><script type="text/javascript" src="http://www.ohloh.net/p/418711/widgets/project_languages.js"></script></td> +  * [[https://www.openhub.net/p/pyHIDS | Open Hub page]] of pyHIDS; 
-</tr> +  * [[http://freecode.com/projects/pyhids | Freecode page]] of pyHIDS. 
-</table> + 
-</html>+===== License ===== 
 +pyHIDS is under [[http://www.gnu.org/licenses/gpl-3.0.txt | GPL v3]] license.