Sockets, Shellcode, Porting, and Coding: Reverse Engineering Exploits and Tool Coding for Security Professionals
Autor James C Fosteren Limba Engleză Paperback – 25 apr 2005
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.
Preț: 366.71 lei
Preț vechi: 458.39 lei
-20% Nou
Puncte Express: 550
Preț estimativ în valută:
70.19€ • 75.47$ • 58.52£
70.19€ • 75.47$ • 58.52£
Carte tipărită la comandă
Livrare economică 19 decembrie 24 - 02 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781597490054
ISBN-10: 1597490059
Pagini: 696
Ilustrații: 1
Dimensiuni: 152 x 229 x 36 mm
Greutate: 0.97 kg
Editura: ELSEVIER SCIENCE
ISBN-10: 1597490059
Pagini: 696
Ilustrații: 1
Dimensiuni: 152 x 229 x 36 mm
Greutate: 0.97 kg
Editura: ELSEVIER SCIENCE
Public țintă
The market for this book includes the information security, software development, and “hacker communities. Information security professionals and “hacker-types alike will be able to utilize this book as a sole resource for learning to understand, write, port, and automate vulnerabilities, exploits, and security tools all in one book. Never before has a book been so comprehensive or complete as it will be the only resource required to understand exploit details from start to finish.Cuprins
Section 1 – 0-day Basics Introduction ; Security Coding ; NASL ; Section 2 – Networking 0-Day Code Introduction ; BSD Sockets ; Winsock ; Java Sockets ; Section 3 - Shellcode Introduction ; Shellcode Techniques ; Writing Shellcode ; Section 4 – Universal Exploitation Introduction ; Writing Portable Code ; Writing Portable Network Code ; Section 5 - Automation Introduction ; Automating Exploits I ; Automating Exploits II ; Automating Exploits III ; Automating Security Components ; Automating Identification Tools Appendices: A – Glossary ; B - Technical Publications and References ; C - Tool and Application Compedium ; D - LibWhisker Primer ; E - Exploit Archives ; F - Useful Syscalls ; G - The Complete Data Conversion Table