Sinisterly
Hacking: The Art of Exploitation, 2nd Edition - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Sharing (https://sinister.ly/Forum-Sharing)
+--- Forum: eBooks (https://sinister.ly/Forum-eBooks)
+--- Thread: Hacking: The Art of Exploitation, 2nd Edition (/Thread-Hacking-The-Art-of-Exploitation-2nd-Edition)



Hacking: The Art of Exploitation, 2nd Edition - Tracefl0w - 07-05-2019

[Image: a3f311fae89475497d5d38f5f4be0056.png]
Hacking: The Art of Exploitation, 2nd Edition

Hacking is the art of creative problem solving, whether that means finding an unconventional solution to a difficult problem or exploiting holes in sloppy programming. Many people call themselves hackers, but few have the strong technical foundation needed to really push the envelope.
Rather than merely showing how to run existing exploits, author Jon Erickson explains how arcane hacking techniques actually work. To share the art and science of hacking in a way that is accessible to everyone, Hacking: The Art of Exploitation, 2nd Edition introduces the fundamentals of C programming from a hacker's perspective.


This book will teach you:
  • Program computers using C, assembly language, and shell scripts
  • Corrupt system memory to run arbitrary code using buffer overflows and format strings
  • Inspect processor registers and system memory with a debugger to gain a real understanding of what is happening (my favorite)
  • Outsmart common security measures like nonexecutable stacks and intrusion detection systems
  • Gain access to a remote server using port-binding or connect-back shellcode, and alter a server's logging behavior to hide your presence
  • Redirect network traffic, conceal open ports, and hijack TCP connections
  • Crack encrypted wireless traffic using the FMS attack, and speed up brute-force attacks using a password probability matrix
Download link: https://app.box.com/s/hms1q6uc2k3ul7adg1i3qqq6zt6tm0xp


RE: Hacking: The Art of Exploitation, 2nd Edition - Johnngnky - 07-05-2019

Thanks.
Appreciate direct link.


RE: Hacking: The Art of Exploitation, 2nd Edition - Tracefl0w - 07-05-2019

Quote:Thanks.
Appreciate direct link.
You're most welcome, you may want to consider unquoting the whole thread because it looks spammy. You're better of with a normal post Smile


RE: Hacking: The Art of Exploitation, 2nd Edition - mothered - 07-05-2019

I've actually read this a while back, and enjoyed every page.

Very Informative Indeed.


RE: Hacking: The Art of Exploitation, 2nd Edition - darkninja1980 - 07-07-2019

this is my favorite book . Smile


RE: Hacking: The Art of Exploitation, 2nd Edition - mothered - 07-07-2019

(07-07-2019, 12:29 AM)darkninja1980 Wrote: this is my favorite book . Smile

The Art Of Intrusion by the master, Kevin Mitnick, Is also a very good read.