Posts

Packet Packet Sniffing on Kali Linux

Image
Hello everyone, I'm Jayneel Chokshi This blog is releted to Performing Man-in-the-middle attack using Ettercap and analysing the packet using Wireshark  Requirements :- 1. Kali Linux (On bridge network) 2. Ettercap (Pre-installed on Kali) 3.Wireshark (Pre-installed on Kali) Let's begin..... First, we have to connect kali-linux in the same network in which victim was connected. Note :- "we have to connect kali with the same network of victim."    Step-1 :-  Start Ettercap (GUI version) on Kali-Linux as shown below.       Step-2 :-   Turn on " Sniffing at startup " option, And select your interface from below                      option. Then Click on start as shown below.    Wait until the message " started unified sniffing " you get as shown below.    Make sure that your victim is in the network, to ch...

Installing And Configuring SNORT on Network Using Kali Linux

Image
Hello everyone, I'm Jayneel Chokshi This blog is related to  Configuring SNORT on Network Using Kali Linux What is SNORT ? --> Snort is the foremost Open Source Intrusion Prevention System (IPS) in the world. Snort IPS uses a series of rules that help define malicious network activity and uses those rules to find packets that match against them and generates alerts for users.   How it is shown in this blog ? --> Here we will configure SNORT our local Home network.           Here in this blog I will show you how you can get alerts in kali terminal if some user on your local home network(Wifi) is using Instagram, Facebook and Youtube. We will configure some set of custom rules for this three websites. SNORT itself comes with some sort of Pre-defined rules for Securing our network from Scanning and exploiting.   Requirements :- 1. Kali Linux (On bridge network) 2.Router    I have Installed Kali Linux on Virtual box. So lets Start --...