SlideShare a Scribd company logo
1 of 1
Download to read offline
(100 pts) For this assignment, you will be using Kali Linux. Perform the following Kali Linux
operations. You can use manual pages to find more details about the operations. (a) The ifconfig
command with no arguments will display all the active interface details. Use the following to find IP
address and MAC address of eth0. Eth0 is the Ethernet adapter. IP address will be of the form
a.b.c.d where a,b,c,d are integers and MAC address will be of the form AB:CD:EF:GH:IJ:KL where
a,b,c,d,e,f,g,h,i,,k,l are hexadecimal numbers (09,A.F). Type the following command in Kali Linux
terminal. if config Submit IP address and MAC address as part of this assignment. (b) You can use
ping command to confirm that a remote host is online and responding. Ping is intended for use in
network testing, measurement, and management. Type the following to send 5 messages to
uncp.edu ping - 5 uncp.edu Submit IP address of uncp.edu you see during ping as part of this
assignment. (c) Kernel IP routing table is used to determine where to send the packets. Packets
that match specific entries are sent accordingly. Packets that do not match any entries are sent to
default route. You can use the route command to find kernel IP routing table. Type the following to
fund kernel routing table. route Submit IP address where packets that match default route are sent
as part of this assignment. (d) You can use internet domain name servers using nslookup. Type
the following to find IP address of uncp.edu nslookup uncp.edu Submit IP address of uncp.edu
you see during nslookup as part of this assignment. (e) netstat command can be used to print
interface statistics. Type the following command and examine the output. Output is organized
according to protocol.netstat s Submit number of active TCP connection openings as part of this
assignment. (f) Use tcpdump to capture packets. Following command will capture 10 packets on
Ethernet interface. sudo tcpdump - 10 -i etho Use the following on another terminal to generate
packets to be captured ping - 20 uncp.edu You will see some additional packets generated
besides ping packets. DNS will be used to find IP address of uncp.edu. Submit the name of the
machine which responds to ping packets. You will see ICMP echo reply in packet details. (g)
iptables is a command-line firewall utility that uses policy chains to allow or block traffic. When a
connection tries to establish itself on your system, iptables looks for a rule in its list to match it to. If
it doesn't find one, it resorts to the default action. Use the following to find IP address of uncp.edu
ping uncp.edu Use the following to block packets from uncp.edu sudo iptables -A INPUT -s
52.87.65.167 - j DROP Make the the IP address above is what you see in ping process. Try the
ping command again ping uncp.edu You will notice that packets are blocked by the firewall. You
can see all the iptables rules using the following sudo iptables -L You should see the above
inserted rule Submit the line corresponding to the inserted rule as part of this assignment. You can
delete all the rules using the following sudo iptables -F

More Related Content

Similar to 100 pts For this assignment you will be using Kali Linux.pdf

Networking in Gnu/Linux
Networking in Gnu/LinuxNetworking in Gnu/Linux
Networking in Gnu/Linux
Ahmed Mekkawy
 
26.2.1 Packet Tracer - Configure Extended IPv4 ACLs - Scenario 1 - ITExamAnsw...
26.2.1 Packet Tracer - Configure Extended IPv4 ACLs - Scenario 1 - ITExamAnsw...26.2.1 Packet Tracer - Configure Extended IPv4 ACLs - Scenario 1 - ITExamAnsw...
26.2.1 Packet Tracer - Configure Extended IPv4 ACLs - Scenario 1 - ITExamAnsw...
rediani
 
©LWTAOB© 2013 Cisco andLab – O.docx
©LWTAOB© 2013 Cisco andLab – O.docx©LWTAOB© 2013 Cisco andLab – O.docx
©LWTAOB© 2013 Cisco andLab – O.docx
LynellBull52
 
4.1.1.10 Packet Tracer - Configuring Extended ACLs Scenario 1.pdf
4.1.1.10 Packet Tracer - Configuring Extended ACLs Scenario 1.pdf4.1.1.10 Packet Tracer - Configuring Extended ACLs Scenario 1.pdf
4.1.1.10 Packet Tracer - Configuring Extended ACLs Scenario 1.pdf
ssuserf7cd2b
 
4.1.1.10 packet tracer configuring extended ac ls scenario 1
4.1.1.10 packet tracer   configuring extended ac ls scenario 14.1.1.10 packet tracer   configuring extended ac ls scenario 1
4.1.1.10 packet tracer configuring extended ac ls scenario 1
mps125
 
INFA 620Laboratory 4 Configuring a FirewallIn this exercise.docx
INFA 620Laboratory 4 Configuring a FirewallIn this exercise.docxINFA 620Laboratory 4 Configuring a FirewallIn this exercise.docx
INFA 620Laboratory 4 Configuring a FirewallIn this exercise.docx
carliotwaycave
 

Similar to 100 pts For this assignment you will be using Kali Linux.pdf (20)

3.7.10 Lab Use Wireshark to View Network Traffic
3.7.10 Lab Use Wireshark to View Network Traffic3.7.10 Lab Use Wireshark to View Network Traffic
3.7.10 Lab Use Wireshark to View Network Traffic
 
Linux router
Linux routerLinux router
Linux router
 
Internet Technology Practical (Mumbai University) -2017
Internet Technology Practical  (Mumbai University) -2017Internet Technology Practical  (Mumbai University) -2017
Internet Technology Practical (Mumbai University) -2017
 
CSS L17 - DOS COMMANDS IN COMPUTER NETWORKING
CSS L17 - DOS COMMANDS IN COMPUTER NETWORKINGCSS L17 - DOS COMMANDS IN COMPUTER NETWORKING
CSS L17 - DOS COMMANDS IN COMPUTER NETWORKING
 
Networking in Gnu/Linux
Networking in Gnu/LinuxNetworking in Gnu/Linux
Networking in Gnu/Linux
 
Useful Linux commands
Useful Linux commandsUseful Linux commands
Useful Linux commands
 
Handy Networking Tools and How to Use Them
Handy Networking Tools and How to Use ThemHandy Networking Tools and How to Use Them
Handy Networking Tools and How to Use Them
 
03 linuxfirewall1
03 linuxfirewall103 linuxfirewall1
03 linuxfirewall1
 
26.2.1 Packet Tracer - Configure Extended IPv4 ACLs - Scenario 1 - ITExamAnsw...
26.2.1 Packet Tracer - Configure Extended IPv4 ACLs - Scenario 1 - ITExamAnsw...26.2.1 Packet Tracer - Configure Extended IPv4 ACLs - Scenario 1 - ITExamAnsw...
26.2.1 Packet Tracer - Configure Extended IPv4 ACLs - Scenario 1 - ITExamAnsw...
 
DVR Networking: How to Connect Your DVR to the LAN
DVR Networking: How to Connect Your DVR to the LANDVR Networking: How to Connect Your DVR to the LAN
DVR Networking: How to Connect Your DVR to the LAN
 
The ifconfig Command
The ifconfig CommandThe ifconfig Command
The ifconfig Command
 
Commands.pptx
Commands.pptxCommands.pptx
Commands.pptx
 
Linux Networking Commands
Linux Networking CommandsLinux Networking Commands
Linux Networking Commands
 
©LWTAOB© 2013 Cisco andLab – O.docx
©LWTAOB© 2013 Cisco andLab – O.docx©LWTAOB© 2013 Cisco andLab – O.docx
©LWTAOB© 2013 Cisco andLab – O.docx
 
5 - Networking in Red Hat
5 - Networking in Red Hat5 - Networking in Red Hat
5 - Networking in Red Hat
 
4.1.1.10 Packet Tracer - Configuring Extended ACLs Scenario 1.pdf
4.1.1.10 Packet Tracer - Configuring Extended ACLs Scenario 1.pdf4.1.1.10 Packet Tracer - Configuring Extended ACLs Scenario 1.pdf
4.1.1.10 Packet Tracer - Configuring Extended ACLs Scenario 1.pdf
 
4.1.1.10 packet tracer configuring extended ac ls scenario 1
4.1.1.10 packet tracer   configuring extended ac ls scenario 14.1.1.10 packet tracer   configuring extended ac ls scenario 1
4.1.1.10 packet tracer configuring extended ac ls scenario 1
 
INFA 620Laboratory 4 Configuring a FirewallIn this exercise.docx
INFA 620Laboratory 4 Configuring a FirewallIn this exercise.docxINFA 620Laboratory 4 Configuring a FirewallIn this exercise.docx
INFA 620Laboratory 4 Configuring a FirewallIn this exercise.docx
 
Socket programming
Socket programming Socket programming
Socket programming
 
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAMCMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
 

More from adamsmannequins1

12 14 pts The following shows a scatter plot of average e.pdf
12 14 pts The following shows a scatter plot of average e.pdf12 14 pts The following shows a scatter plot of average e.pdf
12 14 pts The following shows a scatter plot of average e.pdf
adamsmannequins1
 
11 Use the hypothetical atom drawings AF below to answer .pdf
11 Use the hypothetical atom drawings AF below to answer .pdf11 Use the hypothetical atom drawings AF below to answer .pdf
11 Use the hypothetical atom drawings AF below to answer .pdf
adamsmannequins1
 
11 Qu afirmacin NO describe las condiciones de trabajo d.pdf
11 Qu afirmacin NO describe las condiciones de trabajo d.pdf11 Qu afirmacin NO describe las condiciones de trabajo d.pdf
11 Qu afirmacin NO describe las condiciones de trabajo d.pdf
adamsmannequins1
 
11 Assume A base of array AB base of array B What does .pdf
11 Assume A base of array AB base of array B What does .pdf11 Assume A base of array AB base of array B What does .pdf
11 Assume A base of array AB base of array B What does .pdf
adamsmannequins1
 

More from adamsmannequins1 (20)

11 What was the weathering agent in the Iab Question 12 12.pdf
11 What was the weathering agent in the Iab Question 12 12.pdf11 What was the weathering agent in the Iab Question 12 12.pdf
11 What was the weathering agent in the Iab Question 12 12.pdf
 
12 14 pts The following shows a scatter plot of average e.pdf
12 14 pts The following shows a scatter plot of average e.pdf12 14 pts The following shows a scatter plot of average e.pdf
12 14 pts The following shows a scatter plot of average e.pdf
 
12 T F The digital signal transmitted straight out fro.pdf
12  T   F   The digital signal transmitted straight out fro.pdf12  T   F   The digital signal transmitted straight out fro.pdf
12 T F The digital signal transmitted straight out fro.pdf
 
116 Computing ratios Use the information from the balanc.pdf
116 Computing ratios Use the information from the balanc.pdf116 Computing ratios Use the information from the balanc.pdf
116 Computing ratios Use the information from the balanc.pdf
 
111C1 Qu tan bien respondo al cambio turbulento Instr.pdf
111C1 Qu tan bien respondo al cambio turbulento  Instr.pdf111C1 Qu tan bien respondo al cambio turbulento  Instr.pdf
111C1 Qu tan bien respondo al cambio turbulento Instr.pdf
 
114 The HPCompaq merger In 2001 HP acquired Compaq The.pdf
114 The HPCompaq merger In 2001 HP acquired Compaq The.pdf114 The HPCompaq merger In 2001 HP acquired Compaq The.pdf
114 The HPCompaq merger In 2001 HP acquired Compaq The.pdf
 
1129 Correlation and Beta You have been provided the follow.pdf
1129 Correlation and Beta You have been provided the follow.pdf1129 Correlation and Beta You have been provided the follow.pdf
1129 Correlation and Beta You have been provided the follow.pdf
 
11 Which of the following commandkeyword is used to compil.pdf
11 Which of the following commandkeyword is used to compil.pdf11 Which of the following commandkeyword is used to compil.pdf
11 Which of the following commandkeyword is used to compil.pdf
 
11 Use the hypothetical atom drawings AF below to answer .pdf
11 Use the hypothetical atom drawings AF below to answer .pdf11 Use the hypothetical atom drawings AF below to answer .pdf
11 Use the hypothetical atom drawings AF below to answer .pdf
 
11 What technique can be used to monitor channel activity .pdf
11 What technique can be used to monitor channel activity .pdf11 What technique can be used to monitor channel activity .pdf
11 What technique can be used to monitor channel activity .pdf
 
11 Qu afirmacin NO describe las condiciones de trabajo d.pdf
11 Qu afirmacin NO describe las condiciones de trabajo d.pdf11 Qu afirmacin NO describe las condiciones de trabajo d.pdf
11 Qu afirmacin NO describe las condiciones de trabajo d.pdf
 
11 On January 1 2021 Rutgers Company issues 2000 shares .pdf
11 On January 1 2021 Rutgers Company issues 2000 shares .pdf11 On January 1 2021 Rutgers Company issues 2000 shares .pdf
11 On January 1 2021 Rutgers Company issues 2000 shares .pdf
 
11 Perform subtraction on the given unsigned binary numbers.pdf
11 Perform subtraction on the given unsigned binary numbers.pdf11 Perform subtraction on the given unsigned binary numbers.pdf
11 Perform subtraction on the given unsigned binary numbers.pdf
 
11 In the following pedigree a rare Mendelian trait is tran.pdf
11 In the following pedigree a rare Mendelian trait is tran.pdf11 In the following pedigree a rare Mendelian trait is tran.pdf
11 In the following pedigree a rare Mendelian trait is tran.pdf
 
11 Figure The Market for Hamburgers Reference Ref 710 Fi.pdf
11 Figure The Market for Hamburgers Reference Ref 710 Fi.pdf11 Figure The Market for Hamburgers Reference Ref 710 Fi.pdf
11 Figure The Market for Hamburgers Reference Ref 710 Fi.pdf
 
11 Fungi used to be thought as relatives of the plants Wha.pdf
11 Fungi used to be thought as relatives of the plants Wha.pdf11 Fungi used to be thought as relatives of the plants Wha.pdf
11 Fungi used to be thought as relatives of the plants Wha.pdf
 
11 Drosophila females heterozygous for each of three recess.pdf
11 Drosophila females heterozygous for each of three recess.pdf11 Drosophila females heterozygous for each of three recess.pdf
11 Drosophila females heterozygous for each of three recess.pdf
 
11 Explain in Detail and support with appropriate examples w.pdf
11 Explain in Detail and support with appropriate examples w.pdf11 Explain in Detail and support with appropriate examples w.pdf
11 Explain in Detail and support with appropriate examples w.pdf
 
11 Las histonas centrales son pequeas protenas bsicas qu.pdf
11 Las histonas centrales son pequeas protenas bsicas qu.pdf11 Las histonas centrales son pequeas protenas bsicas qu.pdf
11 Las histonas centrales son pequeas protenas bsicas qu.pdf
 
11 Assume A base of array AB base of array B What does .pdf
11 Assume A base of array AB base of array B What does .pdf11 Assume A base of array AB base of array B What does .pdf
11 Assume A base of array AB base of array B What does .pdf
 

Recently uploaded

The basics of sentences session 4pptx.pptx
The basics of sentences session 4pptx.pptxThe basics of sentences session 4pptx.pptx
The basics of sentences session 4pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

Championnat de France de Tennis de table/
Championnat de France de Tennis de table/Championnat de France de Tennis de table/
Championnat de France de Tennis de table/
 
The Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDFThe Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDF
 
How To Create Editable Tree View in Odoo 17
How To Create Editable Tree View in Odoo 17How To Create Editable Tree View in Odoo 17
How To Create Editable Tree View in Odoo 17
 
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading RoomSternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
 
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptxAnalyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
 
The basics of sentences session 4pptx.pptx
The basics of sentences session 4pptx.pptxThe basics of sentences session 4pptx.pptx
The basics of sentences session 4pptx.pptx
 
Mattingly "AI and Prompt Design: LLMs with Text Classification and Open Source"
Mattingly "AI and Prompt Design: LLMs with Text Classification and Open Source"Mattingly "AI and Prompt Design: LLMs with Text Classification and Open Source"
Mattingly "AI and Prompt Design: LLMs with Text Classification and Open Source"
 
How to Analyse Profit of a Sales Order in Odoo 17
How to Analyse Profit of a Sales Order in Odoo 17How to Analyse Profit of a Sales Order in Odoo 17
How to Analyse Profit of a Sales Order in Odoo 17
 
philosophy and it's principles based on the life
philosophy and it's principles based on the lifephilosophy and it's principles based on the life
philosophy and it's principles based on the life
 
demyelinated disorder: multiple sclerosis.pptx
demyelinated disorder: multiple sclerosis.pptxdemyelinated disorder: multiple sclerosis.pptx
demyelinated disorder: multiple sclerosis.pptx
 
Mattingly "AI & Prompt Design: Named Entity Recognition"
Mattingly "AI & Prompt Design: Named Entity Recognition"Mattingly "AI & Prompt Design: Named Entity Recognition"
Mattingly "AI & Prompt Design: Named Entity Recognition"
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
 
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjjStl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
 
An overview of the various scriptures in Hinduism
An overview of the various scriptures in HinduismAn overview of the various scriptures in Hinduism
An overview of the various scriptures in Hinduism
 
diagnosting testing bsc 2nd sem.pptx....
diagnosting testing bsc 2nd sem.pptx....diagnosting testing bsc 2nd sem.pptx....
diagnosting testing bsc 2nd sem.pptx....
 
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
 
Mattingly "AI and Prompt Design: LLMs with NER"
Mattingly "AI and Prompt Design: LLMs with NER"Mattingly "AI and Prompt Design: LLMs with NER"
Mattingly "AI and Prompt Design: LLMs with NER"
 
Improved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio AppImproved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio App
 
Including Mental Health Support in Project Delivery, 14 May.pdf
Including Mental Health Support in Project Delivery, 14 May.pdfIncluding Mental Health Support in Project Delivery, 14 May.pdf
Including Mental Health Support in Project Delivery, 14 May.pdf
 
ANTI PARKISON DRUGS.pptx
ANTI         PARKISON          DRUGS.pptxANTI         PARKISON          DRUGS.pptx
ANTI PARKISON DRUGS.pptx
 

100 pts For this assignment you will be using Kali Linux.pdf

  • 1. (100 pts) For this assignment, you will be using Kali Linux. Perform the following Kali Linux operations. You can use manual pages to find more details about the operations. (a) The ifconfig command with no arguments will display all the active interface details. Use the following to find IP address and MAC address of eth0. Eth0 is the Ethernet adapter. IP address will be of the form a.b.c.d where a,b,c,d are integers and MAC address will be of the form AB:CD:EF:GH:IJ:KL where a,b,c,d,e,f,g,h,i,,k,l are hexadecimal numbers (09,A.F). Type the following command in Kali Linux terminal. if config Submit IP address and MAC address as part of this assignment. (b) You can use ping command to confirm that a remote host is online and responding. Ping is intended for use in network testing, measurement, and management. Type the following to send 5 messages to uncp.edu ping - 5 uncp.edu Submit IP address of uncp.edu you see during ping as part of this assignment. (c) Kernel IP routing table is used to determine where to send the packets. Packets that match specific entries are sent accordingly. Packets that do not match any entries are sent to default route. You can use the route command to find kernel IP routing table. Type the following to fund kernel routing table. route Submit IP address where packets that match default route are sent as part of this assignment. (d) You can use internet domain name servers using nslookup. Type the following to find IP address of uncp.edu nslookup uncp.edu Submit IP address of uncp.edu you see during nslookup as part of this assignment. (e) netstat command can be used to print interface statistics. Type the following command and examine the output. Output is organized according to protocol.netstat s Submit number of active TCP connection openings as part of this assignment. (f) Use tcpdump to capture packets. Following command will capture 10 packets on Ethernet interface. sudo tcpdump - 10 -i etho Use the following on another terminal to generate packets to be captured ping - 20 uncp.edu You will see some additional packets generated besides ping packets. DNS will be used to find IP address of uncp.edu. Submit the name of the machine which responds to ping packets. You will see ICMP echo reply in packet details. (g) iptables is a command-line firewall utility that uses policy chains to allow or block traffic. When a connection tries to establish itself on your system, iptables looks for a rule in its list to match it to. If it doesn't find one, it resorts to the default action. Use the following to find IP address of uncp.edu ping uncp.edu Use the following to block packets from uncp.edu sudo iptables -A INPUT -s 52.87.65.167 - j DROP Make the the IP address above is what you see in ping process. Try the ping command again ping uncp.edu You will notice that packets are blocked by the firewall. You can see all the iptables rules using the following sudo iptables -L You should see the above inserted rule Submit the line corresponding to the inserted rule as part of this assignment. You can delete all the rules using the following sudo iptables -F