Nytro Posted July 21, 2013 Report Posted July 21, 2013 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./configuremakemake 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 Quote