From d13f1d635510e33458548c4525112c549d719c8e Mon Sep 17 00:00:00 2001 From: Neved4 <63655535+Neved4@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:52:11 +0100 Subject: [PATCH] Fix `you will are` with `you will use` in `basic-powershell-for-pentesters` --- .../basic-powershell-for-pentesters/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/windows-hardening/basic-powershell-for-pentesters/README.md b/src/windows-hardening/basic-powershell-for-pentesters/README.md index 10e739d72..c91313906 100644 --- a/src/windows-hardening/basic-powershell-for-pentesters/README.md +++ b/src/windows-hardening/basic-powershell-for-pentesters/README.md @@ -141,7 +141,7 @@ ValueData : 0 **`amsi.dll`** is **loaded** into your process, and has the necessary **exports** for any application interact with. And because it's loaded into the memory space of a process you **control**, you can change its behaviour by **overwriting instructions in memory**. Making it not detect anything. -Therefore, the goal of the AMSI bypasses you will are to **overwrite the instructions of that DLL in memory to make the detection useless**. +Therefore, the goal of the AMSI bypasses you will use is to **overwrite the instructions of that DLL in memory to make the detection useless**. **AMSI bypass generator** web page: [**https://amsi.fail/**](https://amsi.fail/) @@ -465,6 +465,3 @@ RawDescriptor : System.Security.AccessControl.CommonSecurityDescriptor ``` {{#include ../../banners/hacktricks-training.md}} - - -