Updating snort

Just a quick blog today , assuming you have installed snort from source, how do you update it ?

Turns out it is quite simple.

First download the new version of snort to /usr/src

Then remove the old version :

cd snort_old_version
sudo make uninstall

Then cd into the new snort and ./configure && make && make install.

To update rules, copy the rules to /etc/snort/rules

This entry was posted in Linux. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>