Blogs

Follow my journey as a security researcher and ethical hacker. In these blogs, I share beginner-friendly tutorials, practical hacking techniques, and personal research as I explore the world of cybersecurity. Whether you’re just starting out or looking to learn through real experiences, this blog is for you.

I Passed eJPTv2 in My Second Semester — Here’s Everything I Did

I Passed eJPTv2 in My Second Semester — Here’s Everything I Did Last updated: July 09, 2025 Hi👋 I’m Muhammad Husnain Zargar — a student pursuing a BS in Cybersecurity at Riphah International University. In just my second semester, I passed the eJPTv2 (eLearnSecurity Junior Penetration Tester) certification — a hands-on, practical exam that truly tested my skills and boosted my […]

I Passed eJPTv2 in My Second Semester — Here’s Everything I Did Read More »

Want to Hide a Message? Steganography Is Your Secret Weapon

Want to Hide a Message? Steganography Is Your Secret Weapon Last updated: July 08, 2025 What is Steganography? Steganography is a process of hiding some information in an image, video, or audio. The word comes from Greek: steganos (covered) and graphein (writing), which means “Covered writing.” Think of it this way: It can be a

Want to Hide a Message? Steganography Is Your Secret Weapon Read More »

Advance NMAP Scanning Techniques in 2025

Advance NMAP Scanning Techniques in 2025 Last updated: July 07, 2025 Nmap: The Network Mapper, used for Discovering live hosts, Scanning open ports, and Identifying Vulnerabilities. This is PART-2 of the NMAP Tutorial, Read PART-1: The Ultimate Nmap tutorial for Beginners in 2025. Controlling Speed Nmap scans are high-speed which makes too much noise in the network and

Advance NMAP Scanning Techniques in 2025 Read More »

Decrypt HTTPS Traffic in Wireshark in 5 minutes

Decrypt HTTPS Traffic in Wireshark in 5 minutes Last updated: July 07, 2025 Wireshark is a tool for analyzing packets in a network, also known as a Network Protocol Analyzer. It gives you an interface to troubleshoot the network or learn about networks and different protocols, just like us! Let’s Jump in on how to decrypt HTTPS Traffic in Wireshark. Environmental Variables

Decrypt HTTPS Traffic in Wireshark in 5 minutes Read More »

TCP 3-WAY Handshake analysis with Wireshark

TCP 3-WAY Handshake analysis with Wireshark Last updated: July 07, 2025 Wireshark: Wireshark is a tool for analyzing packets in a network, also known as a Network Protocol Analyzer. It gives you an interface to troubleshoot the network or learn about networks and different protocols, just like us! Wireshark comes pre-installed in all Linux Distributions. In this article, I will analyze

TCP 3-WAY Handshake analysis with Wireshark Read More »