X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=README.md;fp=README.md;h=5a04e09b677ccda24f6767ecb8f1d694f8e16ff8;hb=789cbc8e52da68eba3517b920ef22e000cf3c9fd;hp=0000000000000000000000000000000000000000;hpb=ef70704f0b31b59bb719b884d6a99cb9e3e2044a;p=ossec-hids.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..5a04e09 --- /dev/null +++ b/README.md @@ -0,0 +1,48 @@ +OSSEC v2.8.3 Copyright (C) 2014 Trend Micro Inc. + +# Information about OSSEC + +OSSEC is a full platform to monitor and control your systems. It mixes together +all the aspects of HIDS (host-based intrusion detection), log monitoring and +SIM/SIEM together in a simple, powerful and open source solution. + +Visit our website for the latest information. [www.ossec.net](http://www.ossec.net) + + + +## Current Releases + +The current stable releases are available on the ossec website. + +* Releases can be downloaded from: [Downloads](http://www.ossec.net/?page_id=19) +* Release documentation is available at: [docs](http://www.ossec.net/doc/) + +## Development ## + +The development version are hosted on Github and just a simple git clone away. + +[![Build Status](https://travis-ci.org/ossec/ossec-hids.png?branch=master)](https://travis-ci.org/ossec/ossec-hids) + +## Quick install + +``` +# (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 ) + +``` + +Then follow the prompts. You should still Read the Documenation [here](http://ossec.net/doc/). + +## Credits and Thanks ## + +* OSSEC comes with a modified version of zlib and a small part + of openssl (sha1 and blowfish libraries) +* This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/). +* This product includes cryptographic software written by Eric + Young (eay@cryptsoft.com) +* This product include software developed by the zlib project + (Jean-loup Gailly and Mark Adler). +* This product include software developed by the cJSON project + (Dave Gamble) + +