Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file added Module16_WirelessAttacks/Lab1.zip
Binary file not shown.
Binary file added Module16_WirelessAttacks/Lab2.zip
Binary file not shown.
Binary file added Module16_WirelessAttacks/Lab3.zip
Binary file not shown.
80 changes: 79 additions & 1 deletion Module16_WirelessAttacks/README.md
Original file line number Diff line number Diff line change
@@ -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]
Binary file not shown.
Binary file not shown.
Binary file added Wireless_Network_Tools_Overview.docx
Binary file not shown.