User Guide: snort - secviz/davix GitHub Wiki
Intrusion Detection System to analyze life traffic or network capture files.
Currently there is no help available for snort.
- Open a console.
- To start the Snort daemon execute the command:
sh /etc/rc.d/rc.snort start
- The Snort alerts are recorded in a log file. To view the alerts, tail this log file with following command:
tail -f /var/log/snort/eth0/alert
- Open Firefox and access following URL:
http://www.iplosion.com/davix/..%255..%255..%255..%255cmd.exe
- In the snort alert log the attack should now be visible as Double Decoding Attack.
- To stop the Snort daemon execute the command:
sh /etc/rc.d/rc.snort stop