Skip to content

Powershell Script to Extract WiFi SSIDs and Passwords from a Windows Machine

Notifications You must be signed in to change notification settings

rizaldyaristyo/windows_extract_wifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Extract WiFi Password from Windows Machine

Simple ps1 script for extracting WiFi passwords it obviously is for the purpose of archiving your own saved SSID and passwords right!? RIGHT!??

Usage

⊞ Win + r to open up run dialog then copy and paste this following command

powershell -command cd ~\Desktop;iwr -useb https://raw.githubusercontent.com/ARSTCreations/windows_extract_wifi/main/wifi_extract_fixed.ps1 | iex

Then the file would've been appeared in the Desktop folder If failed, maybe the Desktop folder is inside the onedrive folder

powershell -command cd ~\onedrive\Desktop;iwr -useb https://raw.githubusercontent.com/ARSTCreations/windows_extract_wifi/main/wifi_extract_fixed.ps1 | iex

Or just use the powershell terminal and cd yourself

iwr -useb https://raw.githubusercontent.com/ARSTCreations/windows_extract_wifi/main/wifi_extract_fixed.ps1 | iex

About

Powershell Script to Extract WiFi SSIDs and Passwords from a Windows Machine

Topics

Resources

Stars

Watchers

Forks