|
The Frame Pointer Overwrite
|
|
Hits: 7 |
|
Date added: 03/07/2005 |
|
The Frame Pointer Overwrite
|
|
|
|
|
The Shellcoders Handbook
|
|
Hits: 0 |
|
Date added: 12/28/2005 |
|
[Source Codes Included]
Back Cover
Every day, patches are created to cover up security holes in software applications and operating systems. But by the time you download a patch, it could be too late. A hacker may have already taken advantage of the hole and wreaked havoc on your system. This innovative book will help you stay one step ahead. It gives you the tools to discover vulnerabilities in C-language-based software, exploit the vulnerabilities you find, and prevent new security holes from occurring.
The Shellcoder’s Handbook is written by a unique author team, consisting of “white hat” corporate security experts and underground hacker-cracker types, who are the most respected contributors to Bugtraq, a vulnerability tracking mailing list. They take you from introductory-level exploitation and exposing vulnerabilities in binaries to advanced content on kernel overflows. In addition, they provide you with advanced techniques to close new security holes that are not yet known to the public but could cause devastating consequences. With all this information, you’ll be able to develop your own discovery process and quickly determine whether a security hole is truly exploitable. The methods discussed will also dramatically improve your penetration testing skills in order to achieve a 100% Penetration Rate Guaranteed. |
|
|
|
|
|
|
Understanding how the Import table works
|
|
Hits: 14 |
|
Date added: 09/19/2006 |
|
This paper will give you a graphic representation of the binary structure used for the PE import table and explains why this design mechanism was required.
A download package is also available which shows a very simple exe in packed and unpacked states. This package also includes a memory dump with broken imports to give you a simple trainer to try to restore to apply the knowledge gained in the paper.
A small beta quality open source utility is also available which lets you rewrite the import table of an exe as you desire. |
|
|
|
|
Understanding Windows Shellcode
|
|
Hits: 48 |
|
Date added: 01/29/2006 |
|
The topics and assembly in this document have been analyzed in the interest
of spreading knowledge and initiating discussions on the topic of Windows
shellcode. The author is in no way implying that the assembly presented in
this document is the best, nor should one infer that the author speaks from a
pedestal higher than that of the reader. It is the author’s hope that readers will
make suggestions and comments on the subject matter. |
|
|
|