Exploitation Tools

Binary Exploitation Notes – Techniques, Resources, And More

Dive into the world of binary exploitation with this comprehensive guide.

Whether you’re a beginner eager to understand stack techniques or looking to explore introductory heap exploits, this blog has everything you need.

Alongside detailed notes, you’ll find vulnerable binaries to practice your skills.

Join me, Andrej Ljubic, as we unravel the complexities of binary exploitation together.

Welcome to my blog! There’s a lot here and it’s a bit spread out, so here’s a guide:

  • If you’re looking for the binary exploitation notes, you’re in the right place! Here I make notes on most of the things I learn, and also provide vulnerable binaries to allow you to have a go yourself. Most “common” stack techniques are mentioned along with some super introductory heap; more will come soon™.
  • If you’re looking for my maths notes, they are split up (with some overlap):
    • Cryptography-specific maths can be found on GitBook here, or by clicking the hyperlink in the header
    • All my other maths notes can be found on Notion here. I realise having it in multiple locations is annoying, but maths support in Notion is just wayyy better. Like so much better. Sorry.
    • Hopefully these two get moulded into one soon
Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

Pystinger : Bypass Firewall For Traffic Forwarding Using Webshell

Pystinger is a Python-based tool that enables SOCKS4 proxying and port mapping through webshells. It…

1 week ago

CVE-Search : A Tool To Perform Local Searches For Known Vulnerabilities

Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…

1 week ago

CVE-Search : A Tool To Perform Local Searches For Known Vulnerabilities

Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…

1 week ago

How to Bash Append to File: A Simple Guide for Beginners

If you are working with Linux or writing bash scripts, one of the most common…

1 week ago

Mastering the Bash Case Statement with Simple Examples

What is a bash case statement? A bash case statement is a way to control…

1 week ago

How to Check if a File Exists in Bash – Simply Explained

Why Do We Check Files in Bash? When writing a Bash script, you often work…

1 week ago