Introduction to several typical brute-force cracking software in Linux

Source: Internet
Author: User

When using a computer, it often deals with Encrypted documents, such as Zip, Rar, and even PDF documents.

Sometimes we forget the password of the document and have to use the brute force cracking method. Is there any related software in Linux?

Of course, this article introduces three Linux brute force cracking software.

The Linux environment uses Ubuntu 7.10 as an example. The following three software are included in the Ubuntu source and can be directly installed using apt-get install.

1. Crack the Zip file Password

Currently, the most popular file format on the network is zip. Therefore, we will first introduce the software for cracking the Zip file Password. It is named fcrackzip and is based on the command line.

Fcrackzip provides the main functions of common cracking software, including brute-force and dictionary cracking. If you know the number or composition of Characters in the password, it is best to use brute force cracking.

It also provides test functions to help you understand the speed at which the machine is cracked.

For example, if you know that a Zip file consists of 6 lowercase letters, you only need to run the following command:

Fcrackzip-c a-p aaaaaa sample.zip

Then fcrackzip will outline all the possibilities from aaaaaa to zzzzzz, And the password will soon be cracked.

For more information, see fcrackzip-help.

2. Crack PDF documents

To protect private documents, more and more PDF files are encrypted. Using another software: javascrack, you can crack PDF files. It is also a command line software that supports cracking of all known PDF versions.

Similar to fcrackzip, javascrack provides exhaustive, dictionary, and basic test functions. Although the command line parameters are different, they are basically similar in use.

In the simplest case, you don't have to specify any parameters. You just need to directly "crack the crack file name.

3. Crack the Windows Password

This is unrelated to cracking the document password, but it does work in Linux: cracking the password for Windows NT/2000/XP/Vista!

Using ophcrack, a GTK +-based graphics software, cracking Windows passwords is not difficult, including cracking the latest Vista.

What's more powerful is that with the LiveCD: Ophcrack LiveCD loaded with Ophcrack, you can take the CD, where to go, and where to crack it: the CD has the ability to load the encrypted SAM from the Windows partition, if you do not need to install the software, you can start to crack the software by starting with a CD.

You can learn more about Ophcrack and install it directly in Ubuntu.

This article only describes a few of the most popular software in Linux. We can see that the software in Linux is also rich. Of course, most of them are not graphic software.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.