Selaa lähdekoodia

Update README.md

REDMED-X 2 vuotta sitten
vanhempi
sitoutus
4d7b63ed36
1 muutettua tiedostoa jossa 10 lisäystä ja 10 poistoa
  1. 10 10
      KIT/FindHandle/README.md

+ 10 - 10
KIT/FindHandle/README.md

@@ -3,24 +3,24 @@ Find `process` and `thread` handle types between processes.
 
 ## Options
 **Search options:**
-`all`: list all processes with handles to all other processes.
-`h2p`: list all processes that have a handle to a specific process.
-`p2h`: list handles from a specific process to all other processes.
+* `all`: list all processes with handles to all other processes.
+* `h2p`: list all processes that have a handle to a specific process.
+* `p2h`: list handles from a specific process to all other processes.
 
 **Handle query options:**
-`proc`: search for PROCESS type handles.
-`thread`: search for THREAD type handles.
+* `proc`: search for PROCESS type handles.
+* `thread`: search for THREAD type handles.
 
 **Targeted search options:**
-`<pid>`: for both the `h2p` and `p2h` search options, specify the PID of the process your interested in.
+* `<pid>`: for both the `h2p` and `p2h` search options, specify the PID of the process your interested in.
 
 ## Usage
-`findhandle all <proc | thread>`
-`findhandle h2p <proc | thread> <pid>`
-`findhandle p2h <proc | thread> <pid>`
+* `findhandle all <proc | thread>`
+* `findhandle h2p <proc | thread> <pid>`
+* `findhandle p2h <proc | thread> <pid>`
 
 ## Compile
 - 1\. Make sure Visual Studio is installed and supports C/C++.
 - 2\. Open the `x64 Native Tools Command Prompt for VS <2019/2022>` terminal.
 - 3\. Run the `bofcompile.bat` script to compile the object file. 
-- 4\. In Cobalt strike, use the script manager to load the .cna script to import the tool. 
+- 4\. In Cobalt strike, use the script manager to load the .cna script to import the tool.