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 [2014/07/23 13:43] 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> <html>
-<table> +<script type="text/javascript" src="http://www.openhub.net/p/418711/widgets/project_factoids_stats.js"></script>
-<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_factoids.js"></script></td> +
-<td><script type="text/javascript" src="http://www.ohloh.net/p/418711/widgets/project_languages.js"></script></td> +
-</tr> +
-</table>+
 </html> </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 | Open Hub 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.