Skip to content

Instantly share code, notes, and snippets.

@KyWa
Created August 27, 2021 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KyWa/0c89acc30666351205380abeec1ca5f0 to your computer and use it in GitHub Desktop.
Save KyWa/0c89acc30666351205380abeec1ca5f0 to your computer and use it in GitHub Desktop.
Snort Script
#!/bin/bash
wget https://www.snort.org/downloads/community/community-rules.tar.gz -O community-rules.tar.gz
tar -xvzf community-rules.tar.gz -C /etc/snort/rules
systemctl restart snort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment