Login Register




The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Where can I read up on linux exploiting? filter_list
Author
Message
Where can I read up on linux exploiting? #1
Where can I find good resources for *nix exploiting? My searching seems to be failing me.
Unleash the lead from my pistol into my head bumpin' crystal

Reply

RE: Where can I read up on linux exploiting? #2
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.
#MakeSinisterlySexyAgain

Reply

RE: Where can I read up on linux exploiting? #3
(04-05-2014, 06:02 PM)Adorapuff Wrote: 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.

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.
Unleash the lead from my pistol into my head bumpin' crystal

Reply

RE: Where can I read up on linux exploiting? #4
(04-05-2014, 06:06 PM)Kosaki Wrote: 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.

Go on security tube. Look at Buffer Overflow Primer. Watch the prerequisites (ASM), then become leet.
#MakeSinisterlySexyAgain

Reply

RE: Where can I read up on linux exploiting? #5
(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?
Unleash the lead from my pistol into my head bumpin' crystal

Reply

RE: Where can I read up on linux exploiting? #6
Learn ASM, program layout in memory, and how the C standard calls functions and allocate variables.

Reply

RE: Where can I read up on linux exploiting? #7
(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 Wink
Unleash the lead from my pistol into my head bumpin' crystal

Reply

RE: Where can I read up on linux exploiting? #8
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.

Reply

RE: Where can I read up on linux exploiting? #9
(04-05-2014, 08:15 PM)w00t Wrote: 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.

Alright, guess it's time to learn some more Assembly and C.
Unleash the lead from my pistol into my head bumpin' crystal

Reply

RE: Where can I read up on linux exploiting? #10
Read "Hacking - The Art of Exploitation"
Learn up on permission elevation

Reply