wget --quiet -O /dev/null https://www.website.com/wp-cron.php
Showing 1 lines of 2 total lines in this snippet.
wget --quiet -O /dev/null https://www.website.com/wp-cron.php
Showing 1 lines of 2 total lines in this snippet.
sudo find /directory/ -iname \*.tar.gz
Showing 1 lines of 2 total lines in this snippet.
grep -r base64_decode /home/user/public_html/* grep -rP "(?:\\\\x[A-F0-9]{2}){5}" /home/user/public_html/*
Showing 3 lines of 4 total lines in this snippet.
*/5 * * * * php -q /home/user/script.php > /dev/null 2>&1
Showing 1 lines of 3 total lines in this snippet.
*/20 * * * * php -q /home/user/script.php | mail -s "Email Subject" you@yourdomain.com
Showing 1 lines of 3 total lines in this snippet.
sudo -i cd /path/folder exit
Showing 3 lines of 4 total lines in this snippet.
find /home/username/folder -mindepth 1 -mtime +7
Showing 1 lines of 5 total lines in this snippet.