Hacking - The art of exploitation
Collapse
X
-
Tags: None
-
I will take a look at "Hacking exposed"...
About "The art of explotaition" it has a very good part one about network, sniff, spoof.. using several linux libraries. Also it gives a brief description of TCP/IP layers, a very good introduction in my opinion.
- - - = = = ponchersey = = = ---Comment
-
This book is a classic, I recommend it to everyone. There is also a 2nd edition now, you can find it here:
Comment
-
Another thumbs up for this. Had the 1st edition and am reading through the 2nd. The programming section is incredbily thorough and detailed, yet very readable and digestible. Covers ASCII polymorphic shellcode creation by hand. Come on, that just sounds cool.Comment
-
I read this book many years ago and loved it, great for introducing low level hacking concepts. For anyone interested, I came across a new YouTube channel named LiveOverflow and the "Binary Hacking" playlist is basically a video remake of the concepts in this book: https://www.youtube.com/watch?v=iyAy...9mpkfPNfHkzyeN. The videos even discuss some of the things that have changed recently, which the book is too dated to cover. Speaking of, wish Jon Erickson would release an updated / enhanced v3 of the book, or even a new book altogether.Comment
-
This book is very useful for a beginner in binary exploitation BUT totally useless in 2018 due to ASRL, non executable stack.
The book should also be rewritten with 64 bit examples and with much more emphasis on evading modern protection systems like DEP and a lot more on ROPing.
It is a good resource if you want to practice on http://overthewire.org/wargames/.
I recommend http://pwnable.kr/ as that site has systems with modern kernels.Comment
-
This book is very useful for a beginner in binary exploitation BUT totally useless in 2018 due to ASRL, non executable stack.
The book should also be rewritten with 64 bit examples and with much more emphasis on evading modern protection systems like DEP and a lot more on ROPing.
It is a good resource if you want to practice on http://overthewire.org/wargames/.
I recommend http://pwnable.kr/ as that site has systems with modern kernels.Comment
Comment