Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- pfsense
- macos
- xe guest utilities
- Windows
- ansible
- 로그인불가
- Elasticsearch
- 한글가이드
- G-suite
- centos 8
- 보안양파
- ELASTIC
- miniconda
- ssh key 배포
- Kibana
- Proxy
- application security
- freebsd
- x-pack
- endpoint security
- proxycfg
- PlayBook
- hardening
- XCP-ng
- Kibana server is not ready yet
- docker
- GitLab
- bash
- elastic stack
Archives
- Today
- Total
목록IT (650)
선 밖에 선 자유인
Snort ( Netwrok Intrusion Detection System ) 설치
snort 설치전 libpcap 라이브러리와 pcre가 설치되어있는지 rpm -qa|grep libpcap pcre로 확인 깔려있지 않다면 yum 을 이용하여 설치 # yum install libpcap libpcap-devel # yum install pcre pcre-devel snort 최신 버전 다운 # wget http://www.snort.org/dl/current/snort-2.8.4.tar.gz 컴파일 환경설정 및 컴파일, 설치 # ./configure --prefix=/usr/local/snort --sysconfdir=/etc/snort --with-mysql=/usr/local/mysql –enable -dynamic # make && make install 만일 snort IDS와 ..
IT/System & Network
2010. 3. 8. 10:20