Jump to content
Nytro

sucrack

Recommended Posts

Posted

sucrack is a multithreaded Linux/UNIX tool for brute-force cracking local user accounts via su. This tool comes in handy as final instance on a system where you have not to many privileges but you are in the wheel group. Many su implementations require a pseudo terminal to be attached in order to take the password from the user. This is why you couldn't just use a simple shell script to do this work. This tool, written in c, is highly efficient and can attempt multiple logins at the same time. Please be advised that using this tool will take a lot of the CPU performance and fill up the logs quite quickly. sucrack is so far known to be running on FreeBSD, NetBSD, Linux

Download

[TABLE]

[TR]

[TD]sucrack-1.2.3.tar.gz[/TD]

[TD]109 kb[/TD]

[TD]README[/TD]

[TD]ChangeLog[/TD]

[/TR]

[TR]

[TD]sucrack-1.2.2.tar.gz[/TD]

[TD]103 kb[/TD]

[TD]README[/TD]

[TD][/TD]

[/TR]

[/TABLE]

Installation

Default installation

./configure
make
make install

You have two further compiling flags:

Usage

In order to run sucrack, you need to specify a wordlist:

sucrack wordlist.txt

Or advise it to read the passwords from stdin. In that case other tools with smart password generation algorithms could be easily used. For instance John The Ripper:

john --stdout --incremental | sucrack -

You generally will have two options for printing the progress and the statistics (if you have compiled sucrack with the `--enable-statistics' flag). Either by using ansi escapes codes, what makes it look nicer or without. The -a flag indicates, whether ansi escape codes should be used or not.

Sursa si mai multe informatii: leidecker.info

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...