Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Penetration Testing with Shellcode: Detect, exploit, and secure network-level and operating system vulnerabilities

Posted By: AlenMiler
Penetration Testing with Shellcode: Detect, exploit, and secure network-level and operating system vulnerabilities

Penetration Testing with Shellcode: Detect, exploit, and secure network-level and operating system vulnerabilities by Hamza Megahed
English | 14 Feb. 2018 | ISBN: 1788473736 | 344 Pages | AZW3/MOBI/EPUB/PDF (conv) | 55.45 MB

Master Shellcode to leverage the buffer overflow concept

Key Features
Understand how systems can be bypassed both at the operating system and network level with shellcode, assembly, and Metasploit
Learn to write and modify 64-bit shellcode along with kernel-level shellcode concepts
A step-by-step guide that will take you from low-level security skills to covering loops with shellcode

Book Description
Security has always been a major concern for your application, your system, or your environment. This book's main goal is to build your skills for low-level security exploits, finding vulnerabilities and covering loopholes with shellcode, assembly, and Metasploit.

This book will teach you topics ranging from memory management and assembly to compiling and extracting shellcode and using syscalls and dynamically locating functions in memory. This book also covers techniques to compile 64-bit shellcode for Linux and Windows along with Metasploit shellcode tools. Lastly, this book will also show you to how to write your own exploits with intermediate techniques, using real-world scenarios.

By the end of this book, you will have become an expert in shellcode and will understand how systems are compromised both at the operating system and network level.

What you will learn
Create an isolated lab to test and inject shellcodes (Windows and Linux).
Understand both Windows and Linux behavior.
Learn the assembly programming language.
Create shellcode using assembly and Metasploit.
Detect buffer overflows.
Debug and reverse-engineer using tools such as GDB, edb, and Immunity (Windows and Linux).
Exploit development and shellcodes injections (Windows & Linux).
Prevent and protect against buffer overflows and heap corruption.

Who This Book Is For
This book is intended to be read by penetration testers, malware analysts, security researchers, forensic practitioners, exploit developers, C language programmers, software testers, and students in the security field.

Readers should have a basic understanding of OS internals (Windows and Linux). Some knowledge of the C programming language is essential, and a familiarity with the Python language would be helpful.

Table of Contents
Introduction
Lab Setup
Assembly Language in Linux
Reverse Engineering
Creating Shellcode
Buffer Overflow Attacks
Exploit Development - Part 1
Exploit Development - Part 2
Real World scenarios part 1
Real World scenarios part 2
Real World scenarios part 3
Detection and Prevention