mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-10-21 12:56:12 +02:00
Use DATA as a placeholder for file-write operations
This commit is contained in:
@@ -9,7 +9,7 @@ functions:
|
||||
- description: The file path must be absolute.
|
||||
code: |
|
||||
export LFILE="/tmp/file_to_write"
|
||||
puppet apply -e "file { '$LFILE': content => 'data' }"
|
||||
puppet apply -e "file { '$LFILE': content => 'DATA' }"
|
||||
file-read:
|
||||
- description: The read file content is corrupted by the `diff` output format. The actual `/usr/bin/diff` command is executed.
|
||||
code: |
|
||||
|
Reference in New Issue
Block a user