chrono
Author: Mubarak Mikail | 100 points
Description
How to automate tasks to run at intervals on Linux servers?
Use ssh to connect to this server (given ssh username, hostname and password).
Solution
First we ssh into the box provided to us, as instructed.
Now that we are in, let us think about the prompt. Whenever I hear 'automated task in Linux' and I see "chrono" in the title of the challenge, I think of cron jobs. Go here if you don't know what a cron job is. Let us see what cron jobs are running by viewing the contents of the /etc/crontab
file.
Flag
And there we have are first, fairly easy flag picoCTF{Sch3DUL7NG_T45K3_L1NUX_7754e199}
Last updated