Difference between revisions of "Linux: Snort"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) (Created page with "== Snort == Intrusion detection system === Instalation === #.- sudo apt-get install snort #.- sudo dpkg-reconfigure snort #.- sudo apt-get install mysql-server #.- mysql -u ro...") |
Rafahsolis (talk | contribs) |
||
| Line 1: | Line 1: | ||
== Snort == | == Snort == | ||
| − | Intrusion detection system | + | Intrusion detection system<br /> |
| + | https://www.youtube.com/watch?v=cQeeko9J_Yw | ||
=== Instalation === | === Instalation === | ||
#.- sudo apt-get install snort | #.- sudo apt-get install snort | ||
Revision as of 16:50, 19 April 2015
Snort
Intrusion detection system
https://www.youtube.com/watch?v=cQeeko9J_Yw
Instalation
- .- sudo apt-get install snort
- .- sudo dpkg-reconfigure snort
- .- sudo apt-get install mysql-server
- .- mysql -u root -localhost -p adminPassword
- .- create user 'snort'@'localhost' identified by 'snort';
- .- grant all privileges on *.* to 'snort'@'localhost' identified by 'snort';
- .- flush privileges;
- .- quit
- .- sudo apt-get install snort-mysql
- .- sudo dpkg-reconfigure -plow snort-mysql
- .- cd /usr/share/doc/snort/snort-mysql/
- .- zcat create_mysql.gz
- .- sudo apt-get install acidbase
- .- sudo gedit /etc/acidbase/database.php
- .- sudo su
- .- snort -v