定制 cozylife/truecrypt-cracker 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

cozylife/truecrypt-cracker

最新稳定版本:1.0.0

Composer 安装命令:

composer create-project cozylife/truecrypt-cracker

包简介

A brute force password cracker for TrueCrypt volumes

README 文档

README

I somehow forgot a portion of my password for my TrueCrypt device, so I wrote this program to help me crack my own password. If you need a reliable brute-force password cracker, you've found it. It cracks passwords intelligently by considering what you know about the password.

Requirements

  1. PHP 5.3+ (Must have access to proc_* functions and PHP-Cli!)
  2. Linux system

Installation

Either clone the repo or install it with composer.

composer.phar require cozylife/truecrypt-cracker

Usage

Configure the script as shown in the example file. When you've finished your configuration, open a Bash console, cd to the directory of your script, and enter the following line.

sudo php example.php

Sudo is important as it gives PHP access to mount the device.

Tips

  1. The script processes the possible characters list in order. Place the most likely characters first.
  2. If you think that your password contains one combination of characters or another combination, run two tests to find the correct password.
  3. If number two applies to you, run the tests in parallel by using multiple console windows. (You'll need to use multiple copies of your script to pull this off.)

统计信息

  • 总下载量: 21
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-09-19