{"id":431,"date":"2014-11-02T15:17:23","date_gmt":"2014-11-02T20:17:23","guid":{"rendered":"http:\/\/adsecurity.org\/?p=431"},"modified":"2014-11-02T19:52:34","modified_gmt":"2014-11-03T00:52:34","slug":"windows-8-using-powershell-to-decrypt-wireless-ssid-passwords","status":"publish","type":"post","link":"https:\/\/adsecurity.org\/?p=431","title":{"rendered":"Windows 8: Using PowerShell to Decrypt Wireless SSID Passwords with NetSH"},"content":{"rendered":"<p>Show the saved password for SSID named &#8220;SSID_NAME&#8221; in Windows 8.<\/p>\n<blockquote>\n<pre>((netsh wlan show profiles name=\"SSID_NAME\" key=clear | select-string \"Key Content\" ) -split(\" Key Content : \"))[1]<\/pre>\n<\/blockquote>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Show the saved password for SSID named &#8220;SSID_NAME&#8221; in Windows 8. ((netsh wlan show profiles name=&#8221;SSID_NAME&#8221; key=clear | select-string &#8220;Key Content&#8221; ) -split(&#8221; Key Content : &#8220;))[1] &nbsp; &nbsp; &nbsp;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7,21],"tags":[220,22,221,219],"class_list":["post-431","post","type-post","status-publish","format-standard","hentry","category-powershell","category-security","tag-displayssidpassword","tag-powershellcode","tag-powershellnetsh","tag-windows8","item-wrap"],"_links":{"self":[{"href":"https:\/\/adsecurity.org\/index.php?rest_route=\/wp\/v2\/posts\/431","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/adsecurity.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/adsecurity.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/adsecurity.org\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/adsecurity.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=431"}],"version-history":[{"count":2,"href":"https:\/\/adsecurity.org\/index.php?rest_route=\/wp\/v2\/posts\/431\/revisions"}],"predecessor-version":[{"id":433,"href":"https:\/\/adsecurity.org\/index.php?rest_route=\/wp\/v2\/posts\/431\/revisions\/433"}],"wp:attachment":[{"href":"https:\/\/adsecurity.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=431"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/adsecurity.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=431"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/adsecurity.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=431"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}