Skip to content

Commit 0741a91

Browse files
authored
Update README.md
1 parent d901f4c commit 0741a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Another shellcode injection technique using C++ that attempts to bypass Windows
99

1010
# How it works
1111
## Shellcode generation
12-
* Firstly, generate a payload in binary format( using either `CobaltStrike` or `msfvenom` ) for instance, in `msfvenom`, you can do it like so( the payload I'm using is for **illustration** purposes, you can use whatever payload you want ):
12+
* Firstly, generate a payload in binary format( using either `Havoc`, `CobaltStrike` or `msfvenom` ) for instance, in `msfvenom`, you can do it like so( the payload I'm using is for **illustration** purposes, you can use whatever payload you want ):
1313
```sh
1414
msfvenom -p windows/messagebox -f raw -o shellcode.bin
1515
```

0 commit comments

Comments
 (0)