Skip to content

Instantly share code, notes, and snippets.

@KyWa
Created August 27, 2021 14:51
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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