snort基本命令

it2022-05-09  19

 sudo snort -vde 2>&1 | grep 9877 -C 30 --color

 sudo snort -v 2>&1 | grep ":9877" -C 10 --color

 sudo snort -dev 2>&1 | tee a.txt

  sudo snort -dve -c etc/snort.conf -l log/ 2>&1 | sudo  tee b.txt

 sudo snort -dve -c etc/snort.conf -l log/ 2>&1 | tee a.txt

 

转载于:https://www.cnblogs.com/sunyongjie1984/p/4366566.html

相关资源:Snort命令介绍

最新回复(0)