What This Document Is
This document is a completed lab report for a practical exercise within the Fundamentals and Practice for Network+ Certification (CMSY 158) course at Howard Community College. Specifically, it details a student’s attempt to perform a DHCP spoofing on-path attack, also known as a man-in-the-middle (MITM) attack, and the associated questions answered during the lab. It showcases a successful completion of the lab with a perfect score.
Why This Document Matters
This report is valuable for students enrolled in the Network+ certification course. It serves as a model for understanding how to execute and document a DHCP spoofing attack in a controlled lab environment. It’s useful for reviewing the practical application of network security concepts and verifying understanding of DHCP protocol vulnerabilities. It’s most relevant when students are preparing for the corresponding lab assignment or studying for the Network+ exam.
Common Limitations or Challenges
This document is a *record* of a completed lab, not a tutorial. It doesn’t teach the underlying principles of DHCP spoofing or network security. It assumes prior knowledge of networking fundamentals, command-line interfaces (like Terminal and PowerShell), and network analysis tools like Ettercap and Wireshark. It also doesn’t cover the ethical implications of performing such attacks outside of a controlled learning environment.
What This Document Provides
The full document includes:
* A detailed walkthrough of the steps taken to perform a DHCP spoofing attack using Ettercap.
* Instructions for capturing and analyzing DHCP traffic using Wireshark, including filtering for bootp packets.
* Specific commands used in the terminal (e.g., `ip link set`, `route`, `ipconfig`, `tracert`) and PowerShell to manipulate network interfaces and view routing information.
* Answers to three specific questions related to the lab, focusing on identifying gateway addresses and analyzing DHCP ACK packets.
* Observations on how the default gateway changes during the attack and the impact on network traffic routing.
* A time spent and score summary for the lab.
This preview does *not* include the actual execution of the commands, a detailed explanation of DHCP spoofing, or the full answers to the questions. It only provides an overview of the lab’s content and structure.