π§ͺ Getting Started with Wireshark
- Wireshark Lab 1 – Introduction β A beginner-friendly intro to Wiresharkβs interface and basic capture setup.
- Running Wireshark Lab 1 β Learn how to capture packets and navigate the UI effectively.
Documenting my journey through homelabs, hacks, and hands-on learning
I’m Deanna aka TechyBlk_218, a cybersecurity explorer building skills through homelabs, CTFs, and real-world simulations. This blog is my digital lab notebookβfull of walkthroughs, reflections, and resources for anyone on a similar path.
Explore hands-on labs and walkthroughs to sharpen your packet analysis skills. These curated resources cover everything from basic navigation to advanced TCP dissection.
This lab explores packet capture and analysis using Wireshark on a TryHackMe machine. Objectives included identifying malicious traffic, DNS tunneling, and credential leaks.
Tools: Wireshark, tcpdump, pcap filtering
Lessons Learned: Filtering HTTP traffic, detecting suspicious payloads, and analyzing DNS anomalies.
π Full Lab WalkthroughThis lab focuses on escalating privileges on a vulnerable Linux VM using SUID binaries and misconfigured services.
Tools: LinPEAS, GTFOBins, sudo -l
Challenges: Understanding permissions and exploiting cron jobs.
π Full Lab WalkthroughA beginner-friendly Hack The Box challenge where I performed enumeration, discovered open services, and used Hydra to brute force credentials.
Takeaway: Importance of service enumeration and proper brute-force mitigation.
π Full Lab Walkthrough