Share
## https://sploitus.com/exploit?id=A2D33DA5-E1B1-525D-B0E3-753AFD3B0C9C
# MSc Cybersecurity Capstone Project

**Title:** Android Exploitation & OS Vulnerability Analysis  
**Institution:** Birchwood University, Florida, USA  
**Year:** 2025  
**Grade:** Top Grade (3.85/4.0 GPA)  

---

## ๐Ÿ”น Objective
To demonstrate how vulnerabilities in the Android operating system can be exploited in a **controlled ethical hacking environment**, and to provide recommendations for mitigation.  

---

## ๐Ÿ”น Tools Used
- Kali Linux (attacker machine)  
- Metasploit Framework (exploit delivery)  
- Wireshark (traffic capture and analysis)  
- Android Emulator (vulnerable target system)  

---

## ๐Ÿ”น Methodology
1. **Lab Setup:**  
   - Configured isolated virtual lab using VirtualBox.  
   - Installed Kali Linux as attacker VM.  
   - Set up Android emulator with outdated OS version as target.  

2. **Exploitation:**  
   - Used Metasploit to deliver a reverse shell payload.  
   - Captured communication with Wireshark to analyze exploit traffic.  
   - Demonstrated privilege escalation within the Android environment.  

3. **Mitigation Strategies:**  
   - Regular security patching of Android OS.  
   - Restricting app permissions.  
   - Enforcing secure coding practices for Android app developers.  
   - User awareness training on avoiding malicious APKs.  

---

## ๐Ÿ”น Key Findings
- Outdated Android versions remain vulnerable to known exploits (e.g., privilege escalation CVEs).  
- Attackers can leverage unpatched devices as entry points into larger networks.  
- Proactive patch management and security awareness are critical to mobile device defense.  

---

## ๐Ÿ”น Deliverables
- Technical lab report (academic submission).  
- Demonstration of exploit and mitigation in classroom setting.  
- Recommendations for enterprise Android device management.  

---

๐Ÿ“Œ *This project reflects academic research in a safe, virtualized lab environment with no real-world malicious activity.*