From 543e69ff7b145f8d04d2e51be3876fcef6bb4f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Llim=C3=B3s?= <98595278+J4ckie0x17@users.noreply.github.com> Date: Thu, 2 May 2024 14:56:29 +0200 Subject: [PATCH] Update acr.md --- _gtfobins/acr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_gtfobins/acr.md b/_gtfobins/acr.md index 1ec5dd1..847a67e 100644 --- a/_gtfobins/acr.md +++ b/_gtfobins/acr.md @@ -3,13 +3,13 @@ functions: suid: - code: | sudo install acr $(which acr) . - touch Makefile && chmod + Makefile + touch Makefile && chmod +x Makefile echo DATA > Makefile ./acr -r Makefile sudo: - code: | sudo install acr $(which acr) . - touch Makefile && chmod + Makefile + touch Makefile && chmod +x Makefile echo DATA > Makefile sudo acr -r Makefile ---