TryHackMe Complete Beginner Path — Notes

TryHackMe - Complete Beginner Path

Overview

The TryHackMe Complete Beginner path introduces fundamental cybersecurity concepts through hands-on labs.

Key Rooms

Linux Fundamentals

  • File system navigation and commands
  • Users, groups, and permissions
  • Bash scripting basics

Networking

  • OSI and TCP/IP models
  • Nmap scanning and enumeration
  • DNS, HTTP, and SMB protocols

Web Hacking

  • OWASP Top 10 vulnerabilities
  • SQL injection and XSS
  • Burp Suite basics

Cryptography

  • Symmetric vs asymmetric encryption
  • Hashing (MD5, SHA)
  • Public key infrastructure

Key Takeaways

  • Hands-on practice is essential for learning hacking
  • Enumeration is the most important phase
  • Always take notes during CTF challenges