INSTALLING AND CONFIGURING SNORT ON NETWORK USING KALI LINUX
Hello everyone this blog is for installing the snort on your network using kali linux. So firstly you have to install kali linux on VIRTUALBOX or VMWARE of your choice. I already install kali linux in my virtual box and you have to set network to BRIDGED ADAPTER and also you have to give permission ( allow all ) in advanced setting. Now i describe below the steps to do the program. STEP 1:-Go to kali linux terminal, >use command sudo apt install snort STEP 2:-Now move to snort directory, >use command cd /etc/snort STEP 3:-Original configuration file was snort.conf but for backup we create a clone of this file and make changes in that file. >use command sudo cp snort.conf test_snort.conf STEP 4:-Now we have to set our ip address and range in the test_snort.conf for that we have to edit the file. >use command sudo gedit test_snort.conf If you have not install the gedit then use the command sudo apt install gedit and also you can use nano command instead of gedit...