0% found this document useful (0 votes)
16 views5 pages

EH_Prac_3

The document outlines a practical exercise for a course in Ethical Hacking, focusing on Linux Network Analysis and ARP Poisoning. It details the commands to be executed for network analysis, including ipconfig, ping, netstat, and traceroute, followed by steps for performing ARP poisoning using the Cain and Abel tool. The exercise concludes with a demonstration of how to capture login credentials from a vulnerable web application.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views5 pages

EH_Prac_3

The document outlines a practical exercise for a course in Ethical Hacking, focusing on Linux Network Analysis and ARP Poisoning. It details the commands to be executed for network analysis, including ipconfig, ping, netstat, and traceroute, followed by steps for performing ARP poisoning using the Cain and Abel tool. The exercise concludes with a demonstration of how to capture login credentials from a vulnerable web application.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

TYBSc(CS) USCSP6042: Ethical Hacking Roll No: 3

Practical – 3

Aim: Linux Network Analysis and ARP Poisoning


• Linux Network Analysis:
o Execute the ipconfig command to retrieve network interface information.
o Use the ping command to test network connectivity and analyze the output.
o Analyze the netstat command output to view active network connections.
o Perform a traceroute to trace the route packets take to reach a target host.
• ARP Poisoning:
o Use ARP poisoning techniques to redirect network traffic on a Windows
system.
o Analyze the effects of ARP poisoning on network communication and
security.

Solution:

Step 1: Type the following commands in command prompt and analyze the
information.

1. ipconfig

Department of CS (2024-25) VKKM 1


TYBSc(CS) USCSP6042: Ethical Hacking Roll No: 3

2. ping www.google.com

3. netstat

4. tracert www.google.com

Step 2: For ARP Poisoning, disable all the security features from your computer and
open Cain and Abel tool.

Step 3: Select icon named Start/Stop Sniffer. Select the desired adapter and click on
ok.

Department of CS (2024-25) VKKM 2


TYBSc(CS) USCSP6042: Ethical Hacking Roll No: 3

Step 4: Click on the “+” icon on the top. Select all tests and click on ok.

Step 5: It will show all the connected hosts. Now select the ARP button from the
bottom.

Department of CS (2024-25) VKKM 3


TYBSc(CS) USCSP6042: Ethical Hacking Roll No: 3

Step 6: Click on the “+” icon at the top. Select Start/Stop ARP.

Step 7: Select any ipv4 address from the left and select all the ip addresses and click
on ok.

Step 8: It gives status of all devices connected to the WiFi.

Department of CS (2024-25) VKKM 4


TYBSc(CS) USCSP6042: Ethical Hacking Roll No: 3

Step 9: Go to http://testphp.vulnweb.com/login.php and enter any username and


password. Click on Login. Finally, from Passwords tab below, go to the HTTP tab, you
can view the username and password entered here.

Department of CS (2024-25) VKKM 5

You might also like