Posts

Showing posts from February, 2022

Snort Installation & Configuration in Kali Linux

Image
We will see the full process of how to perform the SNORT with all the steps :-  STEP 1 :-  Firstly we have to change network settings as ahown below in order to perform snort :-   STEP 2 :-   Now type the following command in Kali Linux terminal to know the IP address of your kali machine/attacker machine :-                   ifconfig STEP 3 :-   Now type the following command in Kali Linux terminal to install snort :-                     sudo apt install snort   In between the installation you will notice a window gets pop-up in which you have to write ‘your IP address of the Kali machine.16/24’ as shown in the below image :-   STEP 4 :-  Now after the successful installation of snort type the following command to go into the directory in which snort is installed :-                    cd /etc/snort STEP 5 :-   Now we will see the configuration files of snort by typing the following command where we can edit/add our new rules as per choice :-                      ls -l S

MITM Attack (Packet Sniffing Attack)

Image
  We will see the full process of how to perform the MITM attack with all the steps   [Note:- before performing the MITM attack you should know the IP & MAC address of Windows system(Victim), Kali(your machine from where attack will be done) & Router(In which you and your target machine are connected)] :- STEP 1 :- Open kali linux root terminal and type the following command :-                    Ettercap -G                                     STEP 2 :-    Now click on the ‘✓’ mark and new window will pop-up :- In which select hosts and tap on scan for hosts:-     Now you can see that total 7 hosts are added to the host list:- Now select hosts list from options :-   STEP 3 :-   Now you can see that there are various hosts are available in the hosts list:- STEP 4 :-   From that list select the IP address of you router and add it to the target 2 & windows(victim IP) to target 1 and now click on the globe like icon and you will see the list which is shown below in whi