Linux Privilege Escalation: Exploiting SUID Binaries
Understand SUID permission bits on Linux systems, learn how to enumerate misconfigured binaries, and abuse them to spawn root shells.
A collection of research notes, hacking tutorials, and security write-ups.
Understand SUID permission bits on Linux systems, learn how to enumerate misconfigured binaries, and abuse them to spawn root shells.
Explore the fundamental principles of encoding vs encryption. Learn the differences between symmetric keys (AES/DES) and asymmetric key pairs (RSA).
Dive deep into the fundamentals of web security, covering key vulnerabilities like SQL Injection, Cross-Site Scripting (XSS), and Broken Authentication.
Unlock the full power of Network Mapper (Nmap). Learn advanced scan techniques, firewall evasion strategies, and script-based vulnerability discovery.
A structured introduction to stack memory, registers, and how input overflow leads to arbitrary code execution. Ideal for reverse engineering students.