From 11cfe79ad06be5d563d59921344206da6e1512ef Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Mon, 29 May 2023 16:51:23 +0200 Subject: [PATCH] Rename WinPeas.ps1 to winPEAS.ps1 --- winPEAS/winPEASps1/{WinPeas.ps1 => winPEAS.ps1} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename winPEAS/winPEASps1/{WinPeas.ps1 => winPEAS.ps1} (99%) diff --git a/winPEAS/winPEASps1/WinPeas.ps1 b/winPEAS/winPEASps1/winPEAS.ps1 similarity index 99% rename from winPEAS/winPEASps1/WinPeas.ps1 rename to winPEAS/winPEASps1/winPEAS.ps1 index 7f30f4f..31d3f7f 100644 --- a/winPEAS/winPEASps1/WinPeas.ps1 +++ b/winPEAS/winPEASps1/winPEAS.ps1 @@ -1220,4 +1220,4 @@ $Drives.Root | ForEach-Object { } } } -} \ No newline at end of file +}