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 [2013/02/18 07:21] 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.
  
 +===== Links =====
 +
 +  * [[https://bitbucket.org/cedricbonhomme/pyhids/ | Home page]];
   * Getting pyHIDS:   * Getting pyHIDS:
-    * hg clone http://bitbucket.org/cedricbonhomme/pyhids//(main)// +    * git clone https://bitbucket.org/cedricbonhomme/pyhids.git //(main)// 
-    * hg clone http://hg.cedricbonhomme.org/pyhids/ //(backup)// +    * git clone https://github.com/cedricbonhomme/pyHIDS.git //(backup)// 
-    * hg clone http://code.google.com/p/py-hids/ //(backup)// +    * git clone https://git.gitorious.org/pyhids/pyhids.git //(backup)// 
-  * [[http://www.ohloh.net/p/pyHIDSOhloh page]] of pyHIDS;+  * [[https://www.openhub.net/p/pyHIDS | Open Hub page]] of pyHIDS;
   * [[http://freecode.com/projects/pyhids | Freecode page]] of pyHIDS.   * [[http://freecode.com/projects/pyhids | Freecode page]] of pyHIDS.
  
-<html> +===== License ====
-<table border="0"> +pyHIDS is under [[http://www.gnu.org/licenses/gpl-3.0.txt | GPL v3]] license.
-<tr> +
-<td><script type="text/javascript" src="http://www.ohloh.net/p/418711/widgets/project_basic_stats.js"></script></td> +
-<td><script type="text/javascript" src="http://www.ohloh.net/p/418711/widgets/project_languages.js"></script></td> +
-</tr> +
-<tr> +
-<td colspan="2"><script type="text/javascript" src="http://www.ohloh.net/p/418711/widgets/project_factoids.js"></script></td> +
-</tr> +
-</table> +
-</html>+