Upload files to "/"

This commit is contained in:
2026-04-14 21:50:30 +00:00
parent eb36d9cfe8
commit 1496e45509
19 changed files with 611 additions and 0 deletions

9
snrt Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
clear
sudo apt install snort;
wget https://snort.org/downloads/community/community-rules.tar.gz -O ~/snortrules.tar.gz
sudo tar -xvzf ~/snortrules.tar.gz -C /etc/snort/rules
sudo rm -rf ~/snortrules.tar.gz
mkdir ~/snortlogs
sudo snort -d -b -A fast -c /etc/snort/snort.conf -l ~/snortlogs & sudo snort -d -b -A console -c /etc/snort/snort.conf