巴士下载站 / 汇聚当下最新最酷的软件下载站!
巴士下载站
您的位置: 首页 >软件下载 > 编程开发 > 编译调试 > 密码测试软件IDA Pro 7.2 破解版

巴士为您推荐: IDAPro 密码测试软件

编译环境vs2017

运行需要vcr14 下载地址 https://www.microsoft.com/zh-CN/download/details.aspx?id=52685

程序源码来源于,https://github.com/flowercodec/hashtest 用法一致,希望运气好的把 password.txt 分享出来

在源码的基础上增加每10000000个随机密码输出一个

void RunHashCatRand(void* user)

{

RandomText rand_text;

//int count = 0xFFFFFFFF

for (uint64_t i = 0; i < 0xFFFFFFFFFFFFFFFF; i++) {

char* text = rand_text.next();

if (TestPassword(text, 12)) {

SavePassword("password.txt", text, 12);

printf("%s Find ", text);

break;

}

////////////////////////////////////////////

if((i % 10000000) ==0 )

printf("%s ", text);

////////////////////////////////////////////

}

}

1 增加暴力模式分段处理 attack [--thread=] [--time=] [--passhash=] [--slat=] [--start=0x0000000000000000] [--end=0xFFFFFFFFFFFFFFFF]

#hashtest

PasswordHash = 137afe87e9104665bd38a95ca3954e8d7eb6d12a

PasswordSalt = aae8123520fa8013

#example

hashtest rand --thread=4 --time=30

hashtest attack --thread=4 --time=30

hashtest test --key=itJpyHidszaR --passhash=734d89773777823e11c1e62551b3d35100cf9cc7 --slat=587244f1b07b1b32

IDA Pro破解版下载

猜你喜欢
排行榜
回顶部 去下载