© 2026 Hashnode
Installing the Target Kernel Grab the kernel source code and headers from github and the apt package manager # update the packages sudo apt update # Install the following packages so that all essential components for kernel sudo apt install -y \ lin...

Have you ever wondered what happens under the hood when you type a URL and hit enter? What if you could write a web server from scratch — not in C or Python, but in pure x86_64 Assembly, using only Linux system calls? That’s exactly what I did. This ...

Bug bounty hunting is one of the most rewarding skills in cybersecurity. Ethical hackers can discover vulnerabilities, enhance security, and earn significant rewards. This guide will provide a deep dive into finding, exploiting, and reporting vulnera...
