You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Another shellcode injection technique using C++ that attempts to bypass Windows
9
9
10
10
# How it works
11
11
## 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 ):
13
13
```sh
14
14
msfvenom -p windows/messagebox -f raw -o shellcode.bin
0 commit comments