![]() |
|
Where can I read up on linux exploiting? - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Hacking (https://sinister.li/Forum-Hacking) +--- Forum: Network Hacking (https://sinister.li/Forum-Network-Hacking) +--- Thread: Where can I read up on linux exploiting? (/Thread-Where-can-I-read-up-on-linux-exploiting) Pages:
1
2
|
Where can I read up on linux exploiting? - Alan Turing - 04-05-2014 Where can I find good resources for *nix exploiting? My searching seems to be failing me. RE: Where can I read up on linux exploiting? - Adorapuff - 04-05-2014 What exactly are you looking for? Is it kernal exploitation like local root exploits? If so, look into Buffer Overflow securitytube has a great series on it. RE: Where can I read up on linux exploiting? - Alan Turing - 04-05-2014 (04-05-2014, 06:02 PM)Adorapuff Wrote: What exactly are you looking for? I'm really bored so, Realistically, anything. Local root exploits, attempting to gain root using various other things(LD_PRELOAD for example) maintaining access to boxes, various Linux security measures, how to hide yourself from sys admins, and what not. RE: Where can I read up on linux exploiting? - Adorapuff - 04-05-2014 (04-05-2014, 06:06 PM)Kosaki Wrote: I'm really bored so, Go on security tube. Look at Buffer Overflow Primer. Watch the prerequisites (ASM), then become leet. RE: Where can I read up on linux exploiting? - Alan Turing - 04-05-2014 (04-05-2014, 06:08 PM)Adorapuff Wrote: Go on security tube. Look at Buffer Overflow Primer. Watch the prerequisites (ASM), then become leet. I hate SecurityTube, impossible to understand. And I'm already learning Assembly. Any other suggestions besides ending my life? RE: Where can I read up on linux exploiting? - w00t - 04-05-2014 Learn ASM, program layout in memory, and how the C standard calls functions and allocate variables. RE: Where can I read up on linux exploiting? - Alan Turing - 04-05-2014 (04-05-2014, 07:16 PM)w00t Wrote: Learn ASM, program layout in memory, and how the C standard calls functions and allocate variables. I'm not looking onto where to start(although i will need the above) i'm looking for the actual attacks
RE: Where can I read up on linux exploiting? - w00t - 04-05-2014 If you understand all that, you'll be able to deduce attack vectors. For example, once you learn that the stack grows up, and how function calls work, you will understand what stack overflows are and how they work. RE: Where can I read up on linux exploiting? - Alan Turing - 04-05-2014 (04-05-2014, 08:15 PM)w00t Wrote: If you understand all that, you'll be able to deduce attack vectors. Alright, guess it's time to learn some more Assembly and C. RE: Where can I read up on linux exploiting? - superMAUS - 04-24-2014 Read "Hacking - The Art of Exploitation" Learn up on permission elevation |