From 1b3c7fab665321c7169607eb70dc83b4362b0009 Mon Sep 17 00:00:00 2001 From: ATAO Date: Tue, 28 May 2024 15:35:44 +0200 Subject: [PATCH] Improve output --- windows-hardening/windows-local-privilege-escalation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-hardening/windows-local-privilege-escalation/README.md b/windows-hardening/windows-local-privilege-escalation/README.md index b54fe3086..343263726 100644 --- a/windows-hardening/windows-local-privilege-escalation/README.md +++ b/windows-hardening/windows-local-privilege-escalation/README.md @@ -96,7 +96,7 @@ Any credential/Juicy info saved in the env variables? ```bash set dir env: -Get-ChildItem Env: | ft Key,Value +Get-ChildItem Env: | ft Key,Value -AutoSize ``` ### PowerShell History