Muhammad Husnain

Hi, I am Muhammad Husnain, A Cybersecurity student passionate about Ethical Hacking!

SSTI2 PicoCTF: Web Exploitation | walkthrough

SSTI2 PicoCTF: Web Exploitation | walkthrough Last updated: July 09, 2025 Hi everyone! In this walkthrough, we will explore the SSTI2 Web Exploitation (Medium Level) Challenge. Let’s go! So just launch the Instance. After launching it, you will see a web page like: As from the Challenge name, its actually a server-side template injection (SSTI), […]

SSTI2 PicoCTF: Web Exploitation | walkthrough 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 »