You are on page 1of 2

1.

Cài đặt Kali Linux trên máy ảo VMWARE

2. Một số dịch vụ trên Kali Linux:


a. Cài đặt phầm mềm phát hiện xâm nhập Snort trên Kali Linux trên VMWARE bằng các
lệnh trên terminal
- Tạo thư mục chứa snort
- Di chuyển đến thư mục chưa snort vừa tạo
- Tải snort trên snort.org bằng lệnh wget
- Cài đặt các thư viện cần thiết :
1. sudo apt-get install -y build-essential
2. sudo apt-get install-y bison flex
3. sudo apt-get install-y libdaq-dev
4. sudo apt-get install-y libpcap-dev
5. sudo apt-get install-y libpcre3-dev
6. sudo apt-get install-y zlib1g-dev
7. sudo apt-get install-y libluajit-5.4-dev
8. sudo apt-get install-y -y gcc make
9. sudo apt-get install-y openssl libddl-dev
10. sudo apt-get install-y libnghttp2-dev
11. sudo apt-get install-y libdumbnet-dev
- Cài đặt: snort-configure-make-sudo make install

You might also like