HackTheBox Bashed Writeup - OSCP Practice List

A comprehensive writeup on HackTheBox Bashed VM which helps learn and practice for OSCP.

Detecting Android WebView Vulnerable Configurations with Semgrep Rules - Part 1

Android Webview has multiple security configuration that may lead to security vulnerabilities.
We'll take a deep dive into those webview configs, breakdown vulnerable configs and leverage semgrep to identify those pattern.

Stack Five Writeup (Code Execution) - Exploit Education Lab Exercise

A comprehensive writeup that helps to understand Stack Five exercise stack-overflow vulnerability with learning resources.

Stack Four Writeup - Exploit Education Lab Exercise

A comprehensive writeup that helps to understand Stack Four exercise stack-overflow vulnerability with learning resources.

Stack Three Writeup - Exploit Education Lab Exercise

A comprehensive writeup that helps to understand Stack Three exercise stack-overflow vulnerability with learning resources.

Stack Two Writeup - Exploit Education Lab Exercise

A comprehensive writeup that helps to understand Stack Two exercise stack-overflow vulnerability with learning resources.

Stack One Writeup - Exploit Education Lab Exercise

A comprehensive writeup that helps to understand Stack One exercise stack-overflow vulnerability with learning resources.

Stack Zero Writeup - Exploit Education Lab Exercise

A comprehensive writeup that helps to understand Stack Zero exercise stack-overflow vulnerability with learning resources.

Exploit Education Lab Setup - Windows & MacOS

Basic exploit.education lab setup for memory corruption based security bugs

Binary Search and Hidden Overflow 🪲

Interesting post on integer overflow while performing a basic binary search