First let's make sure our Kali is up to date:
- In a Terminal session, type the following commands to verify Kali is updated and make sure to install Snort:
# apt-get update
# apt-get install snort
- You may get a few messages. Go ahead and select to install.
- Once the install is complete, you will get a Configuring snort dialog box as shown following:
- Verify the IP address and if correct select <Ok> and allow the install process to finish.
- Once Snort is installed, update again just to ...