
Offensive Shellcode from Scratch: Get to grips with shellcode countermeasures and discover how to bypass them
Category
Author
Publication
Packt Publishing
Shellcoding is a technique that is executed by many red teams and used in penetration testing and real-world attacks. Books on shellcode can be complex, and writing shellcode is perceived as a kind of "dark art." Offensive Shellcode from Scratch will help you to build a strong foundation of shellcode knowledge and enable you to use it with Linux and Windows.
This book helps you to explore simple to more complex examples of shellcode that are used by real advanced persistent threat (APT) groups. You'll get to grips with the components of shellcode and understand which tools are used when building shellcode, along with the automated tools that exist to create shellcode payloads. As you advance through the chapters, you'll become well versed in assembly language and its various components, such as registers, flags, and data types. This shellcode book also teaches you about the compilers and decoders that are used when creating shellcode. Finally, the book takes you through various attacks that entail the use of shellcode in both Windows and Linux environments.
By the end of this shellcode book, you'll have gained the knowledge needed to understand the workings of shellcode and build your own exploits by using the concepts explored.
About the Author
Rishalin Pillay is an Offensive Cybersecurity expert who holds a number of awards and certifications from multiple companies in the Cybersecurity industry. He is well known for his contributions to online learning courses related to Red Teaming and as the author of Learn Penetration Testing. He holds Content Publisher Gold and Platinum awards for his contributions made towards the Cybersecurity Industry, including the Events Speaker Gold award for influential public speaking at Tier-1 business events.
--This text refers to the paperback edition.- Gain a thorough understanding of shellcode
- Get to grips with assembly language and its key purpose in shellcode development
- Identify key elements of memory registers
- Explore debuggers and their use cases
- Get up and running with hands-on shellcode creation for both Windows and Linux
- Exploit Windows and Linux operating systems using shellcode
- Assess countermeasures of Windows and Linux
This book is for red teamers, penetration testers, and anyone looking to learn about shellcode and find out how it is used to break into systems by making use of simple to complex instructions of code in memory. Basic shellcode knowledge is helpful but not mandatory to understand the topics covered in this book.
- The Ins and Outs of shellcode
- Assembly Language
- Shellcode Tools and Resources
- Developing Shellcode for Windows
- Developing Shellcode for Linux
- Countermeasures and Bypasses