Created
August 27, 2021 14:51
-
-
Save KyWa/0c89acc30666351205380abeec1ca5f0 to your computer and use it in GitHub Desktop.
Snort Script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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