如何使用John Ripper增量模式破解密码

本文介绍了如何利用John Ripper的增量模式进行密码破解,强调了在没有密码的情况下,由于组合数量庞大,破解可能不会结束。配置文件中的[Incremental:MODE]部分包含增量模式设置。通过指定选项如-digits、-u和--user,可以定制破解过程,如使用数字字符列表、破解特定账户和并行处理多个文件。此外,可以使用ASCII字符列表和bash操作保存输出。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

This is the most powerful cracking mode. Keep in mind that generally cracking will never end in this mode if there is no password because combinations are too large.

这是最强大的破解模式。 请记住,如果没有密码,因为组合太大,破解通常不会在这种模式下结束。

Configurations about Incremental Mode can be found in configuration file [Incremental:MODE] section.

可以在配置文件[Incremental:MODE]部分中找到有关增量模式的配置。

$ john --incremental unshadowed
  • –incremental is used to specify incremental Mode

    –incremental用于指定增量模式

设置单词列表的仅数字字符(Set Only Numeric Chars for Word List)

We can set only numeric characters to crack like below.

我们只能设置数字字符来破解,如下所示。

$ john --incremental=digits unshadowed
  • digits will fire numeric wordlist. Default numeric range is from 0 to  99999999999999999999

    数字将触发数字单词列表。 默认数字范围是从0到 99999999999999999999

设定目标帐户 (Set Target Account)

To crack only specified account in the hashes -u  can be used

要仅破解散列中的指定帐户,可以使用-u

$ john -u root unshadow
  • -u  root is the account we want ot crack

    -u root是我们想要破解的帐户

并行破解文件(Cracking Files Parallel)

We can crack multiple hashes simultneously like below. Just add new files.

我们可以同时破解多个哈希,如下所示。 只需添加新文件。

$ john unshadow1 u
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值