L-codes / pwcrack-framework

Password Crack Framework
GNU General Public License v3.0
508 stars 56 forks source link

请问使用自己数据加入数据库的字典格式 #10

Closed Polaris-L closed 2 years ago

Polaris-L commented 2 years ago

想问一下在words.txt中新增如下图所示的对应关系如何操作

image

又或者这样的字典只能通过my_dict.txt添加?那么应该是怎样的格式?比如md5:明文还是md5空格+明文

L-codes commented 2 years ago

目前仅支持在word.txt上添加

Polaris-L commented 2 years ago

目前支持在word.txt上添加

那word.txt只能添加明文吗,进入数据库也只能对应计算md5的值不能自己设salt之类?

L-codes commented 2 years ago

只支持明文,你hash放进去的话你解密得到你的 Hash? cmd5等接口支持salt的 无需指定salt

Polaris-L commented 2 years ago

我只添加明文的话,hash放进去对应不到本地数据库的明文,只会显示cmd5存在付费内容

L-codes commented 2 years ago

你放明文 init之后 就会匹配到 hash

Polaris-L commented 2 years ago

尝试的结果如下:

image image
L-codes commented 2 years ago

./pwcrack init了吗?才会去更新库

Polaris-L commented 2 years ago

更新库是./pwcrack updatedb吧,initdb一开始就建了,我导入的普通md5加密的数据就可以正常搜索到,上面那种格式就不行。

image
L-codes commented 2 years ago

init也行,速度没有 updatedb 快,我怕你第一次使用

L-codes commented 2 years ago

你说不行的格式是?

Polaris-L commented 2 years ago

我再次使用init出现这个报错:

image

d31cc5adf4127074cfde952c1ab3263a:02ccfb qxb123456 这种格式不行

L-codes commented 2 years ago

对的 不能带salt

Polaris-L commented 2 years ago

好嘞