Skip to content

Instantly share code, notes, and snippets.

@aeglon97
aeglon97 / grab_password_from_past_networks.psi
Last active September 17, 2023 02:14
Grab passwords from all WiFi networks your Windows device has connected to in the past.
#IMPORTANT: RUN IN ADMIN MODE
Write-Host "`Press [ENTER] to see all past WiFi networks your device has connected to: " -NoNewLine
$Host.UI.ReadLine()
Write-Host "`nALL PAST WIFI NETWORKS:`n====================================================`n"
$past_wifis = @()
#Put all wifi names in a list