Skip to content

arnav-cybercodes/cybersecurity-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

🔐 Cybersecurity Learning Journey

Hi, I'm Arnav 👋
Aspiring Cybersecurity Enthusiast 🚀


📚 What I've Learned So Far

🛡️ Cybersecurity Fundamentals

  • Understood Offensive vs Defensive Security
  • Completed beginner labs on both sides
  • Solved 1 machine for hands-on experience

🔍 OSINT & Investigation Tools

  • Shodan → Search internet-connected devices
  • Censys → Analyze hosts, services, certificates
  • VirusTotal → Scan files & URLs for malware
  • HaveIBeenPwned → Check data breaches

⚠️ Vulnerability Concepts

  • Learned about CVE (Common Vulnerabilities and Exposures)
  • Studied Heartbleed vulnerability (CVE-2014-0160)

🧰 Security Tools (Beginner Exposure)

  • Nmap → Network scanning
  • Dirb → Directory brute-forcing
  • Burp Suite → Web security testing
  • Wireshark → Network traffic analysis
  • Hydra → Password brute-force tool

🐧 Linux Basics (Part 1)

Learned essential Linux commands:

  • pwd → Show current directory
  • whoami → Show current user
  • echo → Print text/output
  • cat → View file contents
  • find → Search files/directories
  • grep → Search text inside files

⚙️ Linux Operators

  • & → Run process in background
  • && → Run next command only if previous succeeds
  • > → Overwrite output to file
  • >> → Append output to file

🏆 Platforms

  • TryHackMe 🧠 (Hands-on labs & learning)

🚀 Current Focus

  • Strengthening Linux + Networking
  • Practicing more TryHackMe rooms
  • Building strong fundamentals

🏆 Achievements

  • 🐧 TryHackMe Badge: cat linux.txt
    🔗 View Badge

About

Learning Cybersecurity step-by-step | Linux , Networking , TryHackMe notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors