Objective

A leading healthcare provider has hired you to conduct a penetration test on their Wi-Fi network. With several contractors involved in setting up the hospital's wireless infrastructure, they need assurance that their networks are secure and compliant with industry standards. Your task is to identify any vulnerabilities that could potentially expose patient data, medical devices, or internal systems to unauthorized access. This assessment will ensure that the hospital's Wi-Fi infrastructure is resilient against potential threats, while maintaining the privacy and security of critical medical operations.

Harness the Wi-Fi attack techniques you learned in this module to disclose all security vulnerabilities.

This is the command I used to access the network and host.

xfreerdp /v:starlight /u:wifi /p:wifi /workarea

Question 1

What is the username of the client connected to StarLight Wi-Fi? (Format: Domain\Username)

To scan networks, I need to turn on monitoring Mode

sudo airmon-ng start wlan0

image.png

Use airodump-ng to find BSSID, SSID, and stations

airodump-ng wlan0mon -c 1

image.png

It just so happens they are all on channel 1 - this might not be the case in a live scenario.