Skip to main content

Buffer Overflow

Advanced Exploit Development: Heap Spraying Techniques

··6078 words·29 mins· loading · loading
This article explores advanced heap spraying techniques used by red teams and pen testers to exploit vulnerabilities in software applications, including non-ASLR and ASLR-based heap spraying, and Unicode heap spraying, with real-world examples and tools.

C++ Programming Language: Basic Concepts and Syntax

··7088 words·34 mins· loading · loading
This article provides a comprehensive guide to the C++ programming language, covering its basic concepts and syntax, as well as its application in pen testing and red teaming, including code examples for a port scanner, password cracker, and web crawler, and discussing its pros and cons compared to other languages for these purposes.