Ver código fonte

new tool update

RTO 2 anos atrás
pai
commit
5ef08764bc
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3 1
      KIT/InjectPoolParty/README.md

+ 3 - 1
KIT/InjectPoolParty/README.md

@@ -1,5 +1,7 @@
 # InjectPoolParty
-Inject listener shellcode in a specified process and execute it via [Windows Thread Pools](https://github.com/SafeBreach-Labs/PoolParty/). The following execution variants are supported: TP_TIMER (variant 8) | TP_DIRECT (variant 7) | TP_WORK (variant 2). The following beacon shellcode configuration is injected: x64, process, indirect. This can be changed in the .cna script.
+Inject listener shellcode in a specified process and execute it via [Windows Thread Pools](https://github.com/SafeBreach-Labs/PoolParty/). The following execution variants are supported: TP_TIMER (variant 8) | TP_DIRECT (variant 7) | TP_WORK (variant 2). 
+
+>The following beacon shellcode configuration is injected: x64, process, indirect. This can be changed in the .cna script.
 
 ## Arguments
 * `<variant>`: Windows Thread Pool execution variant: `TP_TIMER` | `TP_DIRECT` | `TP_WORK` (susceptible to slow execution time).