Beyond
This is the beyond page that an additional post enumeration and assessment are conducted as the root
user after compromising the target system.
Cron
root@payday:/# crontab -l
0 */1 * * * find /tmp/ -maxdepth 1 -mindepth 1 -not -name 'vmware-root' -print0 | xargs -0 -I {} rm -rf {} 2>/dev/null