Section: .. / Crackers /
| /// File Name: |
john-1.7.5.tar.gz |
Description:
|
John the Ripper is a fast password cracker, currently available for many flavors of Unix (11 are officially supported, not counting different architectures), DOS, Win32, and BeOS. Its primary purpose is to detect weak Unix passwords, but a number of other hash types are supported as well.
| | Author: | Solar Designer | | Homepage: | http://www.openwall.com/john/ | | Changes: | Support for the use of --format along with --show or --make-charset has been added. The choice of .rec and .log filenames has been made more intuitive. A new numeric variable has been added to the rules engine. Various other fixes and additions have been made. | | File Size: | 826721 | | Last Modified: | Feb 26 14:07:15 2010 |
| MD5 Checksum: | f9cf7c1da9e0e8202637950407442331 |
|
| /// File Name: |
unhash-1.1.tar.bz2 |
Description:
|
UnHash is a program that performs a brute force attack against a given hash. The hash can be MD5 or SHA1, and the program will auto-detect which one is given.
| | Author: | dxp | | Homepage: | http://www.geocities.com/dxp2532 | | Changes: | A bug was fixed where in rare circumstances a memory corruption could occur. A sanity check regarding buffer lengths was added. Terminal I/O corruption was fixed. | | File Size: | 15405 | | Last Modified: | Feb 23 02:45:02 2010 |
| MD5 Checksum: | b0cce452ec2eb64c4e0a8ec1b04a32d5 |
|
| /// File Name: |
john-1.7.4.2.tar.gz |
Description:
|
John the Ripper is a fast password cracker, currently available for many flavors of Unix (11 are officially supported, not counting different architectures), DOS, Win32, and BeOS. Its primary purpose is to detect weak Unix passwords, but a number of other hash types are supported as well.
| | Author: | Solar Designer | | Homepage: | http://www.openwall.com/john/ | | Changes: | Major performance improvements for processing of very large password files or sets of files have been implemented. Some previously missed common Web site passwords found on public lists of "top N passwords" have been added to the bundled common passwords list. Some bugs introduced in 1.7.4 have been fixed. | | File Size: | 834747 | | Last Modified: | Feb 3 23:33:25 2010 |
| MD5 Checksum: | 330644382dc91d1e29e23ce4b7eb7ab0 |
|
| /// File Name: |
NetCrack-1.0.tar.gz |
Description:
|
NetCrack is cluster software developed to distribute a hashing algorithm's cracking process work using a brute force attack. Currently, it only supports the two most commonly used hashing algorithms: MD5 and SHA-1. Support is included for MySQL, safe mode, and others. It works like a client/server application, where the server is unique for each cluster network and its job is to distribute the cracking process work, coordinate the nodes, and prevent connections and data integrity errors.
| | Author: | Salvatore Fresta | | Homepage: | http://www.salvatorefresta.net/ | | File Size: | 39410 | | Last Modified: | Jan 4 20:05:45 2010 |
| MD5 Checksum: | 232392a55582085a1f1b7fb8cf233901 |
|
| /// File Name: |
john-1.7.4.tar.gz |
Description:
|
John the Ripper is a fast password cracker, currently available for many flavors of Unix (11 are officially supported, not counting different architectures), DOS, Win32, and BeOS. Its primary purpose is to detect weak Unix passwords, but a number of other hash types are supported as well.
| | Author: | Solar Designer | | Homepage: | http://www.openwall.com/john/ | | Changes: | The word mangling rules engine has been enhanced in many ways, including addition of support for back-references and "parallel" ranges to the preprocessor, the notion of numeric variables, more rule commands and reject flags, as well as performance improvements. The default rulesets have been revised to make use of the new features, for speed, to produce fewer duplicates, and to generate additional kinds of candidate passwords. The idle priority emulation code has been optimized for lower overhead, and the Idle setting has been enabled by default. | | File Size: | 822748 | | Last Modified: | Dec 30 01:00:36 2009 |
| MD5 Checksum: | f4d6a95f98b6ab05f12aa899430c1642 |
|
| /// File Name: |
fulg.c |
Description:
|
FULG SSH cracking utility.
| | Author: | fulg | | File Size: | 6601 | | Last Modified: | Oct 29 18:32:30 2009 |
| MD5 Checksum: | b93c88e13b3e6c04f7947fb7aef531d7 |
|
| /// File Name: |
gw-scrypt.c |
Description:
|
This is a simple dictionary cracker for shadowed passwords on Linux. Since john and PasswordsPro do not support the new SHA-encrypted ones (implemented in newer Ubuntu and Fedora distros), the author added that functionality.
| | Author: | gat3way | | File Size: | 4103 | | Last Modified: | Oct 21 12:38:32 2009 |
| MD5 Checksum: | 93e098742bd11721528241fcc2541222 |
|
| /// File Name: |
mapdav-1.0p5.tar.gz |
Description:
|
MAPDAV, or the More Accurate Password Dictionary Attack Vector, is designed to use what is known about a user or users (ex, username, first name, middle name, last name, etc) on a unix/linux system from a /etc/passwd file and tries to come up with probable combinations that could be the user's password. An administrator could run the output through a cracker and see if their user's passwords are anything easy to guess.
| | Author: | Marshall Whittaker | | Homepage: | http://mapdav.sourceforge.net/ | | Changes: | Now has THC-Hydra colon separated value support. | | File Size: | 5637 | | Last Modified: | Oct 1 21:56:13 2009 |
| MD5 Checksum: | 1a3e4c524ba399e0e52cddb3ee090949 |
|
| /// File Name: |
hippolyte.txt |
Description:
|
Hippolyte is a shell script that automates the checking of inactive account hijacking possibilities for accounts that may be used elsewhere for access (ie. Amazon, etc).
| | Author: | l0om | | Homepage: | http://www.excluded.org | | File Size: | 15353 | | Last Modified: | Sep 30 15:50:15 2009 |
| MD5 Checksum: | aac4e6a6104ea8a05af7da4b6b31dccb |
|
| /// File Name: |
john-1.7.3.4.tar.gz |
Description:
|
John the Ripper is a fast password cracker, currently available for many flavors of Unix (11 are officially supported, not counting different architectures), DOS, Win32, and BeOS. Its primary purpose is to detect weak Unix passwords, but a number of other hash types are supported as well.
| | Author: | Solar Designer | | Homepage: | http://www.openwall.com/john/ | | Changes: | "make check" has been implemented (for Unix-like systems only), primarily for use by packages of JtR. The "--test" option will now take an optional argument - the duration of each benchmark in seconds. The section .note.GNU-stack has been added to all assembly files to avoid the stack area unnecessarily being made executable on Linux systems that use this mechanism. Some very minor bugs that did not affect normal operation have been fixed. | | File Size: | 816259 | | Last Modified: | Sep 21 13:26:16 2009 |
| MD5 Checksum: | b8055b53076691add77a717721e8b170 |
|
| /// File Name: |
rainbowcrack-1.4-win.zip |
Description:
|
RainbowCrack is a general propose implementation of Philippe Oechslin's faster time-memory trade-off technique. It cracks hashes with rainbow tables. Windows binary release.
| | Author: | Zhu Shuanglei | | Homepage: | http://project-rainbowcrack.com/ | | File Size: | 283993 | | Last Modified: | Jul 22 16:39:51 2009 |
| MD5 Checksum: | 01166470c5938ba291e498207d59d471 |
|
| /// File Name: |
RWW-Attack-0.9.2.zip |
Description:
|
The Remote Web Workplace Attack tool will perform a dictionary attack against a live Microsoft Windows Small Business Server's "Remote Web Workplace" portal. It currently supports both SBS 2003 and SBS 2008 and includes features to avoid account lock out. It is written in Python and requires pycurl.
| | Author: | Mike Arnold | | File Size: | 7096 | | Last Modified: | Jul 8 16:24:02 2009 |
| MD5 Checksum: | af4972bde80f3bceb5d375f14a63e1f5 |
|
| /// File Name: |
cisco_decrypt.py.txt |
Description:
|
Yet Another Cisco Type 7 Password Decryptor. Written in Python.
| | Author: | aTxIvG4001 | | File Size: | 980 | | Last Modified: | Jul 7 13:19:42 2009 |
| MD5 Checksum: | eac5227f1ad71cdb768cc22adf57480d |
|
| /// File Name: |
mapdav-1.0p3.tar.gz |
Description:
|
MAPDAV, or the More Accurate Password Dictionary Attack Vector, is designed to use what is known about a user or users (ex, username, first name, middle name, last name, etc) on a unix/linux system from a /etc/passwd file and tries to come up with probable combinations that could be the user's password. An administrator could run the output through a cracker and see if their user's passwords are anything easy to guess.
| | Author: | Marshall Whittaker | | Homepage: | http://mapdav.sourceforge.net/ | | File Size: | 4939 | | Last Modified: | Jun 26 14:49:04 2009 |
| MD5 Checksum: | 11438dc5dff244650bcdbdc5069918a2 |
|
| /// File Name: |
hi5-bruteforcer.txt |
Description:
|
Hi5 brute forcing utility that takes in a wordlist and is written in Python.
| | Author: | P47r1ck | | Homepage: | http://www.darkc0de.com/ | | File Size: | 3297 | | Last Modified: | Jun 4 19:36:46 2009 |
| MD5 Checksum: | d0156c2e4b7a47e66e73900e1ad2b216 |
|
| /// File Name: |
sha1_cracker_linux.txt |
Description:
|
This shell script is a SHA1 cracking utility.
| | Author: | 0x90 | | File Size: | 4071 | | Last Modified: | May 21 20:27:11 2009 |
| MD5 Checksum: | 73e95d40c06f477f2fb96270198e1dfe |
|
| /// File Name: |
smf_cracker_linux.txt |
Description:
|
Simple Machines Forum MD5 cracking utility.
| | Author: | 0x90 | | File Size: | 4188 | | Last Modified: | May 21 20:26:10 2009 |
| MD5 Checksum: | 1d051fa1b56be08e35d349f22cf40b33 |
|
| /// File Name: |
md5db11.txt |
Description:
|
MD5 MySQL database brute forcing utility. Written in Python.
| | Author: | low1z | | Homepage: | http://www.darkc0de.com/ | | File Size: | 6366 | | Last Modified: | May 18 20:58:14 2009 |
| MD5 Checksum: | a0ad7059642f7bcafbe5d0f82d4b5648 |
|
| /// File Name: |
skype-brute.txt |
Description:
|
Simple Skype account brute forcing utility written in Perl.
| | Author: | matrix killer | | File Size: | 2586 | | Last Modified: | Feb 1 15:00:53 2009 |
| MD5 Checksum: | f21b7096d9f17b2078a20c7ea968af6c |
|
| /// File Name: |
phpassbrute.py.txt |
Description:
|
PHPass hash brute forcer. This cracker works against any hash created by this framework to encrypt and store hashed passwords. Such projects that use it include Wordpress, Drupal, bbPress, phpBB3, and many others.
| | Author: | thebug | | Homepage: | http://ulissescastro.wordpress.com/ | | File Size: | 6408 | | Last Modified: | Jan 30 14:56:51 2009 |
| MD5 Checksum: | 23137b823df4f6d7744bc40a97d173b9 |
|
| /// File Name: |
mysql5crack.py.txt |
Description:
|
MySQL version 5 hash wordlist cracking utility written in Python.
| | Author: | d3hydr8 | | Homepage: | http://www.darkc0de.com/ | | File Size: | 918 | | Last Modified: | Jan 26 17:04:16 2009 |
| MD5 Checksum: | cf2ae3d6abad0557d8cfc26d2aa506a5 |
|
| /// File Name: |
smf-destroyer.txt |
Description:
|
Simple Machines Forum Destroyer version 0.1 that performs multiple malicious acts.
| | Author: | Xianur0 | | File Size: | 5608 | | Last Modified: | Jan 12 16:49:16 2009 |
| MD5 Checksum: | 17eb1dad1e8924d4bf06e838934f55ad |
|
|
|
|
|