TryHackMe | Advent of Cyber 2019

Link: https://tryhackme.com/room/25daysofchristmas

Get started with Cyber Security in 25 Days – Learn the basics by doing a new, beginner friendly security challenge every day leading up to Christmas

Day 1

Day 2

Day 3

Day 4

Day 5

Day 6

Day 7

Day 8

find /home/igor -name flag1.txt  -exec cat /home/igor/flag1.txt \;
find / -user root -perm -4000 -exec ls -ldb {} \; 2>/dev/null

Day 10: Metasploit

Day 11: Network Exploitation

NFS

MySQL

Day 12

1) md5sum 2) gpg --decrypt note1.txt.gpg with supplied passphrase 3a) Decrypt private RSA key first with supplied passphrase openssl rsa -in private.key -out test.key 3b) Then use openssl rsautl -decrypt -inkey test.key -in note2_encrypted.txt -out note2_decrypted.txt to obtain decrypted note.

Day 14: AWS S3 Buckets

Day 15: Local File Inclusion

#writeups #ctf #tryhackme