Skip to content

Commit

Permalink
Clarify echo command in rlwrap file-write
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus-and committed Jun 4, 2018
1 parent 3cc3be5 commit 0785f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _gtfobins/rlwrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ functions:
suid-enabled:
- code: ./rlwrap -H /dev/null /bin/sh -p
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: |
LFILE=file_to_write
rlwrap -l "$LFILE" echo data
Expand Down

0 comments on commit 0785f11

Please sign in to comment.