Git Product home page Git Product logo

update_crowdsec_dependencies's Introduction

The installed collections, and those updated by this script, were chosen specifically for my use cases. You can search for collections, install those you deem necessary, and update the script to upgrade whichever collection(s) you choose.

Requirements

To use this script, you must be running CrowdSec on Linux.

Installation

To run this script, copy and paste the following commands into your bash terminal.

# Install Dependencies
sudo apt update
sudo apt install wget

cscli collections install crowdsecurity/base-http-scenarios
cscli collections install crowdsecurity/http-cve
cscli collections install crowdsecurity/iptables
cscli collections install crowdsecurity/linux
cscli collections install crowdsecurity/linux-lpe
cscli collections install crowdsecurity/nginx
cscli collections install crowdsecurity/nginx-proxy-manager
cscli collections install crowdsecurity/pgsql
cscli collections install crowdsecurity/sshd


# Download Script
sudo wget https://github.com/Valkryst/Update_CrowdSec_Dependencies/blob/main/update.sh



# Modify the script's permissions to allow it to be run.
sudo chmod +x update.sh



# Run the script
sudo ./update.sh

You may opt to add a cron job to run the script at a set interval. Add the following line to your sudo crontab -e file.

0 * * * * /bin/bash /path/to/update.sh 2>&1 >> /path/to/update.log

update_crowdsec_dependencies's People

Contributors

valkryst avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.