Snort: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 19: Zeile 19:
  
 
*apt-get install apache2 php php-mysql
 
*apt-get install apache2 php php-mysql
 +
 +
*git clone http://github.com/Snorby/snorby.git
 +
*cd snorby && bundle install
  
 
=Links=
 
=Links=

Version vom 11. Oktober 2018, 13:21 Uhr

Snort (IDS)

Installation

DAQ (Datenerfassungsbibliothek)

Pulled Pork (besorgt die Patterns)

Barnyard2 (Schnittstelle zur Datenbank)

Snorby (GUI)

  • apt-get install imagemagick wkhtmltopdf ruby libyaml-dev libxml2-dev libxslt1-dev zlib1g-dev build-essential openssl libssl-dev libmysqlclient-dev libreadline6-dev
  • apt-get install ruby-dev

ERROR: While executing gem ... (URI::InvalidURIError)

   URI must be ascii only "?gems=\u2013no-ri"
  • apt-get install apache2 php php-mysql

Links