日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

Linux 9系統(tǒng)下構建小型入侵檢測系統(tǒng)( 三 )


* - ?$alert_password : password of the DB user
*
* This information can be gleaned from the Snort database
* output plugin configuration.
*/
#8194;$alert_dbname = "snort";
#8194;$alert_host = "localhost";
#8194;$alert_port = "";
#8194;$alert_user = "root";
#8194;$alert_password = "Your_Password";
/* Archive DB connection parameters */
#8194;$archive_dbname = "snort";
#8194;$archive_host = "localhost";
#8194;$archive_port = "";
#8194;$archive_user = "root";
#8194;$archive_password = "Your_Password ";
And a little further down
#8194;$ChartLib_path = "/www/htdocs/jpgraph-1.11/src";
/* File format of charts ("png", "jpeg", "gif") */
#8194;$chart_file_format = "png";
進入web界面:
http://yourhost/acid/acid_main.php
點"Setup Page"鏈接 ->Create Acid AG
訪問http://yourhost/acid將會看到ACID界面 。
六.測試系統(tǒng)
重啟系統(tǒng)或者直接啟動相關后臺程序:
/etc/init.d/mysql restart
/etc/init.d/snort start
/etc/init.d/httpd start
利用nmap,nessus,CIS或者X-scan對系統(tǒng)進行掃描,產(chǎn)生告警紀錄 。
http://yourhost/acid 察看紀錄 。
至此,一個功能強大的IDS配置完畢 。各位可以利用web界面遠程登陸,監(jiān)控主機所處局域網(wǎng),同時安裝phpMyAdmin對mysql數(shù)據(jù)庫進行操控 。

推薦閱讀