8000 Fixed README.md style · b1nhack/rust-shellcode@8fab0f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8fab0f1

Browse files
committed
Fixed README.md style
1 parent 537b830 commit 8fab0f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ SHELLCODE execute locally.
6363
14. close opened handle using `CloseHandle`
6464

6565
## create_remote_thread
66-
SHELLCODE execute remotely.
66+
SHELLCODE execute remotely.
6767
inject `explorer.exe` by default.
6868
1. get pid by process name using crate `sysinfo`
6969
2. get handle using `OpenProcess`
@@ -74,7 +74,7 @@ inject `explorer.exe` by default.
7474
7. close opened handle using `CloseHandle`
7575

7676
## create_remote_thread_native
77-
SHELLCODE execute remotely.
77+
SHELLCODE execute remotely.
7878
inject `explorer.exe` by default.
7979
this is same with [create_remote_thread](#create_remote_thread), but without crate `windows-sys`
8080
using crate `libloading` get functions from dlls.
@@ -93,7 +93,7 @@ this is same with [create_thread](#create_thread), but without crate `windows-sy
9393
using crate `libloading` get functions from dlls.
9494

9595
## early_bird
96-
SHELLCODE execute remotely.
96+
SHELLCODE execute remotely.
9797
create and inject `svchost.exe` by default.
9898
1. create a process using `CreateProcessA`
9999
2. alloc remote memory using `VirtualAllocEx`
@@ -121,7 +121,7 @@ SHELLCODE execute locally.
121121
5. execute fn
122122

123123
## module_stomping
124-
SHELLCODE execute remotely.
124+
SHELLCODE execute remotely.
125125
inject `notepad.exe` by default.
126126
1. get pid by process name using crate `sysinfo`
127127
2. get handle using `OpenProcess`
@@ -148,7 +148,7 @@ SHELLCODE execute locally.
148148
6. execute SHELLCODE using `NtQueueApcThreadEx`
149149

150150
## rtl_create_user_thread
151-
SHELLCODE execute remotely.
151+
SHELLCODE execute remotely.
152152
inject `explorer.exe` by default.
153153
1. get `RtlCreateUserThread` funtion from `ntdll` using `LoadLibraryA` and `GetProcAddress`
154154
2. get pid by process name using crate `sysinfo`

0 commit comments

Comments
 (0)
0