Jump to content

Hacking Linux/Unix

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
Prog

Prog

    Learning Programmer

  • Members
  • PipPipPip
  • 98 posts
What is the most common method for hacking into a Linux or Unix machine? I curious to know how this is done and even to attempt it on one of my boxes. My friend said he will change the root password for me but we will start easy allowing me to have a user account with limited privileges.

Where do I go from there?

#2
Crop

Crop

    Learning Programmer

  • Members
  • PipPipPip
  • 62 posts
I believe it is Brute Force which can take a long time and is easy to get caught. I'm unsure of other methods you could use with a user account.

#3
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
I think that brute force can break any password, therefore that is a sure shot, BUT it can take whole years to crack passwords!

#4
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Brute Force will break the password eventually, but as TotalPenguin said, it could take years! It is better to have an idea of how many characters are in the password or know what it starts/ends with.

#5
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
So in that case you will restrict the range ... right?

#6
MHJ

MHJ

    Newbie

  • Members
  • PipPip
  • 29 posts
Just the mere mention of the words Linux and Hacking together make me wince. But it is a situation deserving of attention

#7
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
Brute Force is one way to do it, which in theory, will always work. However, if you keep yourself educated on the security flaws with the individual operating system or the kernel, its always possible to exploit it before the administrator patches it. Which is how most successful hacks take place.

#8
Oigen

Oigen

    Programmer

  • Members
  • PipPipPipPip
  • 107 posts
Try to get some inside info first, I guess. Brute force is too lenghty