mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-13 15:29:39 +01:00
15 lines
328 B
Markdown
15 lines
328 B
Markdown
|
---
|
||
|
functions:
|
||
|
execute-interactive:
|
||
|
- code: rlwrap /bin/sh
|
||
|
sudo-enabled:
|
||
|
- code: sudo rlwrap /bin/sh
|
||
|
suid-enabled:
|
||
|
- code: ./rlwrap -H /tmp/y /bin/sh -p
|
||
|
file-write:
|
||
|
- description: This adds timestamps to the output file.
|
||
|
code: |
|
||
|
LFILE=file_to_write
|
||
|
rlwrap -l "$LFILE" echo data
|
||
|
---
|