diff --git a/amsi-memory-patching/README.md b/README.md similarity index 100% rename from amsi-memory-patching/README.md rename to README.md diff --git a/one-liners.ps1 b/one-liners.ps1 deleted file mode 100644 index f448814..0000000 --- a/one-liners.ps1 +++ /dev/null @@ -1,4 +0,0 @@ -### -# GET SERVICES WITH UNQUOTED PATHS -### -Get-CimInstance win32_service | where PathName -notlike "" | where { $_.PathName.StartsWith('"') -eq $false }| select @{e={$_.PathName.split(" ")[0]};n="FirstPath"},PathName | where { $_.FirstPath.EndsWith(".exe") -eq $false } \ No newline at end of file diff --git a/amsi-memory-patching/script-obfuscated.ps1 b/script-obfuscated.ps1 similarity index 100% rename from amsi-memory-patching/script-obfuscated.ps1 rename to script-obfuscated.ps1 diff --git a/amsi-memory-patching/script.ps1 b/script.ps1 similarity index 100% rename from amsi-memory-patching/script.ps1 rename to script.ps1