|
@@ -35,6 +35,39 @@ One of the advantages of Crowdsec when compared to other solutions is its crowde
|
|
|
|
|
|
Besides detecting and stopping attacks in real time based on your logs, it allows you to preemptively block known bad actors from accessing your information system.
|
|
Besides detecting and stopping attacks in real time based on your logs, it allows you to preemptively block known bad actors from accessing your information system.
|
|
|
|
|
|
|
|
+
|
|
|
|
+## Install it !
|
|
|
|
+
|
|
|
|
+Find the [latest release](https://github.com/crowdsecurity/crowdsec/releases/latest)
|
|
|
|
+
|
|
|
|
+Ensure you have dependencies :
|
|
|
|
+<details open>
|
|
|
|
+ <summary>for Debian based distributions</summary>
|
|
|
|
+
|
|
|
|
+```bash
|
|
|
|
+apt-get install bash gettext whiptail curl wget
|
|
|
|
+```
|
|
|
|
+</details>
|
|
|
|
+
|
|
|
|
+<details>
|
|
|
|
+ <summary>for RedHat based distributions</summary>
|
|
|
|
+
|
|
|
|
+```bash
|
|
|
|
+yum install bash gettext newt curl wget
|
|
|
|
+ ```
|
|
|
|
+</details>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+```bash
|
|
|
|
+curl -s https://api.github.com/repos/crowdsecurity/crowdsec/releases/latest | grep browser_download_url| cut -d '"' -f 4 | wget -i -
|
|
|
|
+tar xvzf crowdsec-release.tgz
|
|
|
|
+cd crowdsec-v*
|
|
|
|
+sudo ./wizard.sh -i
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
## Key points
|
|
## Key points
|
|
|
|
|
|
### Fast assisted installation, no technical barrier
|
|
### Fast assisted installation, no technical barrier
|