GTFOBins.github.io/_gtfobins/acr.md

16 lines
344 B
Markdown
Raw Normal View History

---
functions:
suid:
- code: |
sudo install acr $(which acr) .
2024-05-02 14:56:29 +02:00
touch Makefile && chmod +x Makefile
echo DATA > Makefile
./acr -r Makefile
sudo:
- code: |
sudo install acr $(which acr) .
2024-05-02 14:56:29 +02:00
touch Makefile && chmod +x Makefile
echo DATA > Makefile
sudo acr -r Makefile
---