mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
Clarify echo command in rlwrap file-write
This commit is contained in:
parent
3cc3be5aa5
commit
0785f116d3
@ -7,7 +7,7 @@ functions:
|
|||||||
suid-enabled:
|
suid-enabled:
|
||||||
- code: ./rlwrap -H /dev/null /bin/sh -p
|
- code: ./rlwrap -H /dev/null /bin/sh -p
|
||||||
file-write:
|
file-write:
|
||||||
- description: This adds timestamps to the output file.
|
- description: This adds timestamps to the output file. This relies on the external `echo` command.
|
||||||
code: |
|
code: |
|
||||||
LFILE=file_to_write
|
LFILE=file_to_write
|
||||||
rlwrap -l "$LFILE" echo data
|
rlwrap -l "$LFILE" echo data
|
||||||
|
Loading…
Reference in New Issue
Block a user