Advertisement
Guest User

Systemd bonus flag 1

a guest
Jan 23rd, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. Systemd
  2. Bonus Flag 1
  3. The hint is that flag 3 has more info for us. There are a few rabbit holes to go down, but eventually, you may be tempted to look into the documentation, since this is clearly a malicious service and not just altered config files.
  4. If we use “Find / -name *crond*”, since the file for flag 3 is crond.service, we see that there is a file called /usr/share/man/man8/crond.8.gz.
  5. This file is compressed, so use “gunzip crond.8.gz” to unzip it.
  6. Cat the file, see the documentation, get the flag.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement