Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

USING SEEDLABS Task 1 .4: Sniffing and then Spoofing In this task, you will combine the sniffing and spoofing techniques to implement the following sniff

USING SEEDLABS

Task 1.4: Sniffing and then Spoofing

In this task, you will combine the sniffing and spoofing techniques to implement the following sniff and then spoof program. You need two VMs on the same LAN. From VM A, you ping an IP X. This will generate an ICMP echo request packet. If X is alive, the ping program will receive an echo reply, and print out the response. Your sniff and then spoof program runs on VM B, which monitors the LAN through packet sniffing. Whenever it sees an ICMP echo request, regardless of what the target IP address is, your program should immediately send out an echo reply using the packet spoofing technique. Therefore, regardless of whether machine X is alive or not, the ping program will always receive a reply, indicating that X is alive. You need to use Scapy to do this task.In your report, you need to provide evidence to demonstrate that your technique works.

Please provide screenshots of all steps.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions