Book description
The book is logically divided into 5 main categories with each category representing a major skill set required by most security professionals:1. Coding – The ability to program and script is quickly becoming a mainstream requirement for just about everyone in the security industry. This section covers the basics in coding complemented with a slue of programming tips and tricks in C/C++, Java, Perl and NASL.
2. Sockets – The technology that allows programs and scripts to communicate over a network is sockets. Even though the theory remains the same – communication over TCP and UDP, sockets are implemented differently in nearly ever language.
3. Shellcode – Shellcode, commonly defined as bytecode converted from Assembly, is utilized to execute commands on remote systems via direct memory access.
4. Porting – Due to the differences between operating platforms and language implementations on those platforms, it is a common practice to modify an original body of code to work on a different platforms. This technique is known as porting and is incredible useful in the real world environments since it allows you to not “recreate the wheel.
5. Coding Tools – The culmination of the previous four sections, coding tools brings all of the techniques that you have learned to the forefront. With the background technologies and techniques you will now be able to code quick utilities that will not only make you more productive, they will arm you with an extremely valuable skill that will remain with you as long as you make the proper time and effort dedications.
*Contains never before seen chapters on writing and automating exploits on windows systems with all-new exploits.
*Perform zero-day exploit forensics by reverse engineering malicious code.
*Provides working code and scripts in all of the most common programming languages for readers to use TODAY to defend their networks.
Table of contents
- Cover (1/3)
- Cover (2/3)
- Cover (3/3)
- Contents (1/3)
- Contents (2/3)
- Contents (3/3)
- Foreword
- Security Coding (1/13)
- Security Coding (2/13)
- Security Coding (3/13)
- Security Coding (4/13)
- Security Coding (5/13)
- Security Coding (6/13)
- Security Coding (7/13)
- Security Coding (8/13)
- Security Coding (9/13)
- Security Coding (10/13)
- Security Coding (11/13)
- Security Coding (12/13)
- Security Coding (13/13)
- NASL Scripting (1/7)
- NASL Scripting (2/7)
- NASL Scripting (3/7)
- NASL Scripting (4/7)
- NASL Scripting (5/7)
- NASL Scripting (6/7)
- NASL Scripting (7/7)
- BSD Sockets (1/10)
- BSD Sockets (2/10)
- BSD Sockets (3/10)
- BSD Sockets (4/10)
- BSD Sockets (5/10)
- BSD Sockets (6/10)
- BSD Sockets (7/10)
- BSD Sockets (8/10)
- BSD Sockets (9/10)
- BSD Sockets (10/10)
- Windows Sockets (Winsock) (1/7)
- Windows Sockets (Winsock) (2/7)
- Windows Sockets (Winsock) (3/7)
- Windows Sockets (Winsock) (4/7)
- Windows Sockets (Winsock) (5/7)
- Windows Sockets (Winsock) (6/7)
- Windows Sockets (Winsock) (7/7)
- Java Sockets (1/9)
- Java Sockets (2/9)
- Java Sockets (3/9)
- Java Sockets (4/9)
- Java Sockets (5/9)
- Java Sockets (6/9)
- Java Sockets (7/9)
- Java Sockets (8/9)
- Java Sockets (9/9)
- Writing Portable Code (1/11)
- Writing Portable Code (2/11)
- Writing Portable Code (3/11)
- Writing Portable Code (4/11)
- Writing Portable Code (5/11)
- Writing Portable Code (6/11)
- Writing Portable Code (7/11)
- Writing Portable Code (8/11)
- Writing Portable Code (9/11)
- Writing Portable Code (10/11)
- Writing Portable Code (11/11)
- Portable Network Programming (1/12)
- Portable Network Programming (2/12)
- Portable Network Programming (3/12)
- Portable Network Programming (4/12)
- Portable Network Programming (5/12)
- Portable Network Programming (6/12)
- Portable Network Programming (7/12)
- Portable Network Programming (8/12)
- Portable Network Programming (9/12)
- Portable Network Programming (10/12)
- Portable Network Programming (11/12)
- Portable Network Programming (12/12)
- Writing Shellcode I (1/7)
- Writing Shellcode I (2/7)
- Writing Shellcode I (3/7)
- Writing Shellcode I (4/7)
- Writing Shellcode I (5/7)
- Writing Shellcode I (6/7)
- Writing Shellcode I (7/7)
- Writing Shellcode II (1/12)
- Writing Shellcode II (2/12)
- Writing Shellcode II (3/12)
- Writing Shellcode II (4/12)
- Writing Shellcode II (5/12)
- Writing Shellcode II (6/12)
- Writing Shellcode II (7/12)
- Writing Shellcode II (8/12)
- Writing Shellcode II (9/12)
- Writing Shellcode II (10/12)
- Writing Shellcode II (11/12)
- Writing Shellcode II (12/12)
- Writing Exploits I (1/4)
- Writing Exploits I (2/4)
- Writing Exploits I (3/4)
- Writing Exploits I (4/4)
- Writing Exploits II (1/11)
- Writing Exploits II (2/11)
- Writing Exploits II (3/11)
- Writing Exploits II (4/11)
- Writing Exploits II (5/11)
- Writing Exploits II (6/11)
- Writing Exploits II (7/11)
- Writing Exploits II (8/11)
- Writing Exploits II (9/11)
- Writing Exploits II (10/11)
- Writing Exploits II (11/11)
- Writing Exploits III (1/10)
- Writing Exploits III (2/10)
- Writing Exploits III (3/10)
- Writing Exploits III (4/10)
- Writing Exploits III (5/10)
- Writing Exploits III (6/10)
- Writing Exploits III (7/10)
- Writing Exploits III (8/10)
- Writing Exploits III (9/10)
- Writing Exploits III (10/10)
- Writing Security Components (1/11)
- Writing Security Components (2/11)
- Writing Security Components (3/11)
- Writing Security Components (4/11)
- Writing Security Components (5/11)
- Writing Security Components (6/11)
- Writing Security Components (7/11)
- Writing Security Components (8/11)
- Writing Security Components (9/11)
- Writing Security Components (10/11)
- Writing Security Components (11/11)
- Creating a Web Security Tool (1/7)
- Creating a Web Security Tool (2/7)
- Creating a Web Security Tool (3/7)
- Creating a Web Security Tool (4/7)
- Creating a Web Security Tool (5/7)
- Creating a Web Security Tool (6/7)
- Creating a Web Security Tool (7/7)
- Glossary (1/2)
- Glossary (2/2)
- Security Tool Compendium (1/2)
- Security Tool Compendium (2/2)
- Exploit Archives
- Syscall Reference
- Data Conversion Reference (1/2)
- Data Conversion Reference (2/2)
- Index (1/3)
- Index (2/3)
- Index (3/3)
- Related Titles
Product information
- Title: Sockets, Shellcode, Porting, and Coding: Reverse Engineering Exploits and Tool Coding for Security Professionals
- Author(s):
- Release date: April 2005
- Publisher(s): Syngress
- ISBN: 9780080489728
You might also like
book
TCP/IP Sockets in C#
"TCP/IP sockets in C# is an excellent book for anyone interested in writing network applications using …
book
Linux Socket Programming by Example
Linux Socket Programming by Example begins with a very basic introduction to the fundamentals of socket …
article
Managing Encryption Keys
This collection of shortcuts provides a practical and concise guide to securing cloud environments. It covers …
book
Low-Level Programming: C, Assembly, and Program Execution on Intel® 64 Architecture
Learn Intel 64 assembly language and architecture, become proficient in C, and understand how the programs …