8000 update README.md · b1nhack/rust-shellcode@21af5e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 21af5e3

Browse files
author
test
committed
update README.md
1 parent c765187 commit 21af5e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ shellcode execute locally.
2020
## create_remote_thread
2121

2222
shellcode execute remotely.
23-
inject `explorer.exe` default.
23+
inject `explorer.exe` by default.
2424
1. get pid by process name using crate `sysinfo`
2525
2. get handle using `OpenProcess`
2626
3. alloc remote memory using `VirtualAllocEx`
@@ -67,7 +67,7 @@ shellcode execute locally.
6767
## rtl_create_user_thread
6868

6969
shellcode execute remotely.
70-
inject `explorer.exe` default.
70+
inject `explorer.exe` by default.
7171
1. get `RtlCreateUserThread` funtion from `ntdll` using `LoadLibraryA` and `GetProcAddress`
7272
2. get pid by process name using crate `sysinfo`
7373
3. get handle using `OpenProcess`

0 commit comments

Comments
 (0)
0