{"id":14064534,"url":"https://github.com/codingo/Retrieve-Windows-Wifi-Passwords","last_synced_at":"2025-07-29T18:32:48.188Z","repository":{"id":38554951,"uuid":"96070570","full_name":"codingo/Retrieve-Windows-Wifi-Passwords","owner":"codingo","description":"Retreives the SSID names and passwords in cleartext for each Wifi network stored on the computer running this powershell script and output to JSON.","archived":false,"fork":false,"pushed_at":"2017-09-25T23:27:39.000Z","size":4,"stargazers_count":79,"open_issues_count":0,"forks_count":17,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-30T13:56:06.236Z","etag":null,"topics":["bash-bunny","network-analysis","penetration-testing","powershell-adminscripts","powershell-script","security","security-tools","wifi","wifi-hotspot","wifi-network","wifi-password","wifi-security","wireless","wireless-hotspot","wireless-network"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codingo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-03T04:36:21.000Z","updated_at":"2024-08-12T19:31:03.000Z","dependencies_parsed_at":"2022-07-09T16:30:54.400Z","dependency_job_id":null,"html_url":"https://github.com/codingo/Retrieve-Windows-Wifi-Passwords","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingo%2FRetrieve-Windows-Wifi-Passwords","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingo%2FRetrieve-Windows-Wifi-Passwords/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingo%2FRetrieve-Windows-Wifi-Passwords/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingo%2FRetrieve-Windows-Wifi-Passwords/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codingo","download_url":"https://codeload.github.com/codingo/Retrieve-Windows-Wifi-Passwords/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228040696,"owners_count":17860211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash-bunny","network-analysis","penetration-testing","powershell-adminscripts","powershell-script","security","security-tools","wifi","wifi-hotspot","wifi-network","wifi-password","wifi-security","wireless","wireless-hotspot","wireless-network"],"created_at":"2024-08-13T07:03:54.921Z","updated_at":"2024-12-04T03:31:00.062Z","avatar_url":"https://github.com/codingo.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"# Retrieve-Windows-Wifi-Passwords\nRetreives the SSID names and passwords in cleartext for each Wifi network stored on the computer running the script. Will work with any user in Windows 10 but will need to be run as an administrator for Windows 7/8.\n\n[![Twitter](https://img.shields.io/badge/twitter-@codingo__-blue.svg)](https://twitter.com/codingo_)\n\n# Synopsis\n\nWindows networks allow you to print the passwords of historical wifi networks that you have joined in cleartext with the following:\n\n\u003e netsh wlan show profiles\n\n\u003e netsh wlan show profile name=\u003cprofile\u003e key=clear\n\nThis script aims to  take that information and output only the ssid and passwords in json format to allow for better integration with blue team operations, or for use with bash bunnies / rubber ducky like devices.\n\n# Example Usage / Output\n```\nPS C:\\\u003e .\\WifiInfo.ps1\n[\n    {\n        \"Password\":  \"password1\",\n        \"SSID\":  \"The lan before time\"\n    },\n    {\n        \"Password\":  \"hunter2\",\n        \"SSID\":  \"Pretty fly for a wifi\"\n    }\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingo%2FRetrieve-Windows-Wifi-Passwords","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingo%2FRetrieve-Windows-Wifi-Passwords","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingo%2FRetrieve-Windows-Wifi-Passwords/lists"}