Question: TELE 3 0 0 0 4 | Assignment 1 ( 1 0 % ) Instructions: This is a group assignment ( 2 students per group
TELE Assignment
Instructions:
This is a group assignment students per group
Upon receipt of this assignment, each group must enroll in a group on SLATE.
For this assignment you will need to use the following tools: tcpdump, hping and nmap. I recommend using Kali Linux to complete this assignment. I also recommend you use your Ethernet port instead of WiFi.
When using tcpdump, turn off name resolution n and turn on verbose output v to show IP header fields.
Make one submission per group to SLATE Dropbox. Make sure your submission contains the names of both group members. The submission should consist of two files; one PDF file this file saved as PDF that contains all the answers and one zip file that contains the pcap files. Failure to follow this instruction will result in penalty.
Sending a fragmented ping
Ping your partners computer by sending a ping that has a size of bytes. You can use Windows or Linux to send this ping.
Capture the fragments when they arrive at your partners computer. Save the fragments only the fragments that make up the ping, so just fragments in a PCAP file using tcpdump filters and the w and c options. Filename: AQpcap
Answer the following questions:
Your IP address sender of ping: type IP address here
IP address of your partner running tcpdump: type IP address here
In the next table cell, type the command you used to send the ping.
ping
In the next table cell, type the command including the filter you used to capturedisplay the fragments.
tcpdump
In the empty table cell below, paste a screenshot of the tcpdump output hex and ASCII dump, and v to show the IP fields showing the two fragments only. Show only the first bytes of each packet by changing the snapshot length. Crop out any irrelevant parts of the screen penalty if I cant easily read the output in the screenshot
paste screenshot here
Sending a fragmented packet using hping
Use hping to send one fragmented UDP segment to port XX on your partners computer, where XX is your SLATE group number eg if your group number is send the UDP message to port
Pick a fragment size mtu option so that you end up with three fragments, no more no less. The message below has to be spread over the three fragments.
The UDP segment should contain the following data replace name and name with your names:
Hello world. My name is full name and my partners name is full name This assignment is fun.
Capture the fragments when they arrive at your partners computer. Save the fragments only the fragments that make up the packet you sent above, so only one fragment train in a PCAP file using tcpdump filters and the w and c options. Filename: AQpcap
In the next table cell, type the command you used to send the UDP segment.
hping
In the next table cell, type the command including the filter you used to capturedisplay the fragments.
tcpdump
In the empty table cell below, paste a screenshot of the tcpdump output hex and ASCII dump, and v to show the IP fields showing the fragment train. Crop out any irrelevant parts of the screen penalty if I cant easily read the output in the screenshot
paste screenshot here
Sending a fragmented SYN using nmap
Send a fragmented SYN using nmap to port XX on your partners computer, where XX is your SLATE group number.
Capture the fragments when they arrive at your partners computer. Save the fragments only the fragments that make up the first SYN so only one fragment train in a PCAP file using tcpdump filters and the w and c options. Filename: AQpcap
In the next table cell, type the command you used to send the SYN probe.
nmap
In the next table cell, type the command including the filter you used to capturedisplay the fragments.
tcpdump
In the empty table cell below, paste a screenshot of the tcpdump output hex and ASCII dump, and v to show the IP fields showing the fragment train. Crop out any irrelevant parts of the screen penalty if I cant easily read the output in the screenshot
paste screenshot here
How did you make sure that the fragments above are all part of one fragment train? What do they all have in common?
Type your answer here
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
