diff --git a/Module16_WirelessAttacks/CEH_Module16_group10.docx b/Module16_WirelessAttacks/CEH_Module16_group10.docx new file mode 100644 index 0000000..c29d2a7 Binary files /dev/null and b/Module16_WirelessAttacks/CEH_Module16_group10.docx differ diff --git a/Module16_WirelessAttacks/Lab1.zip b/Module16_WirelessAttacks/Lab1.zip new file mode 100644 index 0000000..bc07033 Binary files /dev/null and b/Module16_WirelessAttacks/Lab1.zip differ diff --git a/Module16_WirelessAttacks/Lab2.zip b/Module16_WirelessAttacks/Lab2.zip new file mode 100644 index 0000000..ba35ae5 Binary files /dev/null and b/Module16_WirelessAttacks/Lab2.zip differ diff --git a/Module16_WirelessAttacks/Lab3.zip b/Module16_WirelessAttacks/Lab3.zip new file mode 100644 index 0000000..46eb081 Binary files /dev/null and b/Module16_WirelessAttacks/Lab3.zip differ diff --git a/Module16_WirelessAttacks/README.md b/Module16_WirelessAttacks/README.md index 5cc6e97..0f07783 100644 --- a/Module16_WirelessAttacks/README.md +++ b/Module16_WirelessAttacks/README.md @@ -1 +1,79 @@ -# Module16_WirelessAttacks\n\n## Instructions\n\nEach group assigned this module must create a folder like this:\n\n- GroupXX/\n - CEH_ModuleXX_Report_GroupXX.docx\n - screenshots/\n - commands.txt\n - tools-used.txt\n\nšŸ“Œ Deadline: 15 May 2025\nšŸ“Œ Submit via Pull Request ONLY\n\nInstructor: Mr. Abdullah Bin Zarshaid\nCourse: CY201 – Spring 2025 +# Hacking Wireless Devices – Lab Report + +## 🧠 Overview + +This repository contains the lab report for the wireless hacking module conducted by Group 10 as part of the course Cyber Security Principles at +The objective of this lab is to explore wireless network reconnaissance, packet analysis, cracking wireless encryption, and simulating + rogue access point attacks in a controlled and ethical environment. The exercises provide hands-on experience with +real-world wireless security tools and techniques. + +--- + +## šŸŽÆ Objectives + +- Perform wireless reconnaissance and network scanning +- Capture and analyze wireless packets +- Execute WEP and WPA/WPA2 cracking techniques +- Simulate rogue access point and Evil Twin attacks +- Practice safe and ethical use of wireless hacking tools + +--- + +## šŸ› ļø Tools Used + +1. **NetSurveyor** – Wireless network visualization and signal analysis tool +2. **Wireshark** – Network protocol analyzer for capturing and analyzing packets +3. **Aircrack-ng** – Wireless security auditing suite for cracking encryption keys + +--- + +## šŸ‘„ Team Members + +| Name | Roll Number | +|-----------------|-------------| +| Hassan Khan | 2023243 | +| Zammad Safi | 2023552 | +| Muhammad Shaheer| 2023509 | + +**Instructor:** Mr. Abdullah Bin Zarshaid +**Submission Date:** May 24, 2025 + +--- + +## šŸ” Lab Activities Summary + +### 1. Wireless Reconnaissance & Scanning +- Identified nearby wireless access points using NetSurveyor +- Analyzed signal strength and channel distribution over time + +### 2. Packet Capture & Analysis +- Captured wireless packets in monitor mode using Wireshark +- Inspected 802.11 management, control, and data frames + +### 3. Wireless Encryption Cracking +- Performed WEP key cracking using Aircrack-ng tools +- Attempted WPA/WPA2 handshake capture and cracking + +### 4. Rogue Access Point & Evil Twin Simulation +- Created rogue APs to test network vulnerabilities +- Simulated Evil Twin attacks to understand man-in-the-middle risks + +--- + +## šŸ’» Notable Commands and Usage + +```bash +# Enable monitor mode on wireless interface +airmon-ng start wlan0 + +# Scan wireless networks and WPS-enabled APs +wash -i wlan0mon + +# Capture wireless packets using Wireshark +wireshark & + +# Crack WEP key +aircrack-ng -a 1 -b [BSSID] -w [wordlist.txt] [capturefile.cap] + +# Crack WPA handshake +aircrack-ng -a 2 -b [BSSID] -w [wordlist.txt] [capturefile.cap] diff --git a/Module16_WirelessAttacks/Wireless_Network_Analysis_command.docx b/Module16_WirelessAttacks/Wireless_Network_Analysis_command.docx new file mode 100644 index 0000000..643d9a2 Binary files /dev/null and b/Module16_WirelessAttacks/Wireless_Network_Analysis_command.docx differ diff --git a/Module16_WirelessAttacks/Wireless_Network_Tools_Overview.docx b/Module16_WirelessAttacks/Wireless_Network_Tools_Overview.docx new file mode 100644 index 0000000..565199f Binary files /dev/null and b/Module16_WirelessAttacks/Wireless_Network_Tools_Overview.docx differ diff --git a/Wireless_Network_Tools_Overview.docx b/Wireless_Network_Tools_Overview.docx new file mode 100644 index 0000000..565199f Binary files /dev/null and b/Wireless_Network_Tools_Overview.docx differ