How to view snort log files

前端 未结 5 1484
刺人心
刺人心 2020-12-31 07:31

I have been working with snort-IDS. I have got some log files at /var/log/snort. The files are of type snort.log.xxxx. How do i view this file???

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-31 08:11

    sudo tcpdump -r snort.log.XXXX 
    

    Will output it to your screen. Use tcpdump since they are in pcap format.

提交回复
热议问题