Difference between revisions of "Snort"

From Ilianko
Line 14: Line 14:
 
  cd barnyard
 
  cd barnyard
  
  apt-get install libmysqlclient-dev
+
  apt-get install libmysqlclient-dev mysql-client
  ./configure --enable-mysql
+
  ./configure --with-mysql --with-mysql-libraries=/usr/lib/x86_64-linux-gnu/ --with-mysql-includes=/usr/include/

Revision as of 07:50, 17 July 2013

1. Кво е снорт?!

  • NIDS

2.


Barnyard

Output spool reader for Snort! This program decouples output overhead from the Snort network intrusion detection system and allows Snort to run at full speed. It takes input and output plugins and can therefore be used to convert almost any spooled fil

wget http://sourceforge.net/projects/barnyard/files/latest/download
tar -xf download
cd barnyard
apt-get install libmysqlclient-dev mysql-client
./configure --with-mysql --with-mysql-libraries=/usr/lib/x86_64-linux-gnu/ --with-mysql-includes=/usr/include/