SlideShare ist ein Scribd-Unternehmen logo
1 von 1
Downloaden Sie, um offline zu lesen
(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

Weitere ähnliche Inhalte

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

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 TrafficRio Ap
 
Internet Technology Practical (Mumbai University) -2017
Internet Technology Practical  (Mumbai University) -2017Internet Technology Practical  (Mumbai University) -2017
Internet Technology Practical (Mumbai University) -2017Satyendra Singh
 
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 NETWORKINGMarvin Bronoso
 
Networking in Gnu/Linux
Networking in Gnu/LinuxNetworking in Gnu/Linux
Networking in Gnu/LinuxAhmed Mekkawy
 
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 ThemSneha Inguva
 
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
 
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 LANChristian Watson
 
The ifconfig Command
The ifconfig CommandThe ifconfig Command
The ifconfig CommandKevin OBrien
 
Linux Networking Commands
Linux Networking CommandsLinux Networking Commands
Linux Networking Commandstmavroidis
 
©LWTAOB© 2013 Cisco andLab – O.docx
©LWTAOB© 2013 Cisco andLab – O.docx©LWTAOB© 2013 Cisco andLab – O.docx
©LWTAOB© 2013 Cisco andLab – O.docxLynellBull52
 
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.pdfssuserf7cd2b
 
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 1mps125
 
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.docxcarliotwaycave
 
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 EXAMHamesKellor
 

Ähnlich wie 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
 

Mehr von adamsmannequins1

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.pdfadamsmannequins1
 
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.pdfadamsmannequins1
 
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.pdfadamsmannequins1
 
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.pdfadamsmannequins1
 
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.pdfadamsmannequins1
 
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.pdfadamsmannequins1
 
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.pdfadamsmannequins1
 
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.pdfadamsmannequins1
 
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 .pdfadamsmannequins1
 
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 .pdfadamsmannequins1
 
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.pdfadamsmannequins1
 
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 .pdfadamsmannequins1
 
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.pdfadamsmannequins1
 
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.pdfadamsmannequins1
 
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.pdfadamsmannequins1
 
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.pdfadamsmannequins1
 
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.pdfadamsmannequins1
 
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.pdfadamsmannequins1
 
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.pdfadamsmannequins1
 
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 .pdfadamsmannequins1
 

Mehr von 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
 

Kürzlich hochgeladen

TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxdhanalakshmis0310
 

Kürzlich hochgeladen (20)

TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).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