izmjene licence
[ossec-hids.git] / README.md
1 OSSEC v2.8.3 Copyright (C) 2014 Trend Micro Inc.
2
3 # Information about OSSEC 
4
5 OSSEC is a full platform to monitor and control your systems. It mixes together 
6 all the aspects of HIDS (host-based intrusion detection), log monitoring and 
7 SIM/SIEM together in a simple, powerful and open source solution.
8
9 Visit our website for the latest information.  [www.ossec.net](http://www.ossec.net)
10
11
12
13 ## Current Releases 
14
15 The current stable releases are available on the ossec website. 
16
17 * Releases can be downloaded from: [Downloads](http://www.ossec.net/?page_id=19)
18 * Release documentation is available at: [docs](http://www.ossec.net/doc/)
19
20 ## Development ##
21
22 The development version are hosted on Github and just a simple git clone away. 
23
24 [![Build Status](https://travis-ci.org/ossec/ossec-hids.png?branch=master)](https://travis-ci.org/ossec/ossec-hids)
25
26 ## Quick install 
27
28 ```
29 # (cd /tmp/ && wget http://www.ossec.net/files/ossec-hids-2.7.1.tar.gz  && tar xfz ossec-hids-2.7.1.tar.gz && cd ossec-hids-2.7.1 && sudo ./install.sh )
30
31 ```
32
33 Then follow the prompts.  You should still Read the Documenation [here](http://ossec.net/doc/).
34
35 ## Credits and Thanks ##
36
37 * OSSEC comes with a modified version of zlib and a small part 
38   of openssl (sha1 and blowfish libraries)
39 * This product includes software developed by the OpenSSL Project
40   for use in the OpenSSL Toolkit (http://www.openssl.org/).
41 * This product includes cryptographic software written by Eric 
42   Young (eay@cryptsoft.com)
43 * This product include software developed by the zlib project 
44   (Jean-loup Gailly and Mark Adler).
45 * This product include software developed by the cJSON project 
46   (Dave Gamble)
47
48