Passwords 使用hashcat创建单词列表?

Passwords 使用hashcat创建单词列表?,passwords,cracking,hashcat,Passwords,Cracking,Hashcat,Hashcat不支持我试图破解的目标应用程序,但我想知道mask函数是否可以“输入”密码列表,并通过rockyou规则进行解析,为我生成一个有效的单词列表 如果是这样的话,如何才能做到这一点,因为文档还有很多需要改进的地方 非常感谢我使用了HashCatRulesEngine: 您可以将所有HashCat规则链接在一起,然后union选择它们,删除所有重复的规则,并将其作为示例密码文件的输入 然后它生成所有可能的排列 例如: echo "password">foo ./hcre /Us

Hashcat不支持我试图破解的目标应用程序,但我想知道mask函数是否可以“输入”密码列表,并通过rockyou规则进行解析,为我生成一个有效的单词列表

如果是这样的话,如何才能做到这一点,因为文档还有很多需要改进的地方


非常感谢

我使用了HashCatRulesEngine:

您可以将所有HashCat规则链接在一起,然后union选择它们,删除所有重复的规则,并将其作为示例密码文件的输入

然后它生成所有可能的排列

例如:

echo "password">foo

./hcre /Users/chris/Downloads/hashcat-4.0.0/rules/Incisive-leetspeak.rule /Users/chris/Downloads/hashcat-4.0.0/rules/InsidePro-HashManager.rule /Users/chris/Downloads/hashcat-4.0.0/rules/InsidePro-PasswordsPro.rule /Users/chris/Downloads/hashcat-4.0.0/rules/T0XlC-insert_00-99_1950-2050_toprules_0_F.rule /Users/chris/Downloads/hashcat-4.0.0/rules/T0XlC-insert_space_and_special_0_F.rule /Users/chris/Downloads/hashcat-4.0.0/rules/T0XlC-insert_top_100_passwords_1_G.rule /Users/chris/Downloads/hashcat-4.0.0/rules/T0XlC.rule /Users/chris/Downloads/hashcat-4.0.0/rules/T0XlCv1.rule /Users/chris/Downloads/hashcat-4.0.0/rules/best64.rule /Users/chris/Downloads/hashcat-4.0.0/rules/combinator.rule /Users/chris/Downloads/hashcat-4.0.0/rules/d3ad0ne.rule /Users/chris/Downloads/hashcat-4.0.0/rules/dive.rule /Users/chris/Downloads/hashcat-4.0.0/rules/generated.rule /Users/chris/Downloads/hashcat-4.0.0/rules/generated2.rule /Users/chris/Downloads/hashcat-4.0.0/rules/hybrid /Users/chris/Downloads/hashcat-4.0.0/rules/leetspeak.rule /Users/chris/Downloads/hashcat-4.0.0/rules/oscommerce.rule /Users/chris/Downloads/hashcat-4.0.0/rules/rockyou-30000.rule /Users/chris/Downloads/hashcat-4.0.0/rules/specific.rule /Users/chris/Downloads/hashcat-4.0.0/rules/toggles1.rule /Users/chris/Downloads/hashcat-4.0.0/rules/toggles2.rule /Users/chris/Downloads/hashcat-4.0.0/rules/toggles3.rule /Users/chris/Downloads/hashcat-4.0.0/rules/toggles4.rule /Users/chris/Downloads/hashcat-4.0.0/rules/toggles5.rule /Users/chris/Downloads/hashcat-4.0.0/rules/unix-ninja-leetspeak.rule < foo >passwordsx

时间意味着你输入的每个单词都会生成227235个可能的组合,大致上可以覆盖你的全部内容。

我使用了HashCatRulesEngine:

您可以将所有HashCat规则链接在一起,然后union选择它们,删除所有重复的规则,并将其作为示例密码文件的输入

然后它生成所有可能的排列

例如:

echo "password">foo

./hcre /Users/chris/Downloads/hashcat-4.0.0/rules/Incisive-leetspeak.rule /Users/chris/Downloads/hashcat-4.0.0/rules/InsidePro-HashManager.rule /Users/chris/Downloads/hashcat-4.0.0/rules/InsidePro-PasswordsPro.rule /Users/chris/Downloads/hashcat-4.0.0/rules/T0XlC-insert_00-99_1950-2050_toprules_0_F.rule /Users/chris/Downloads/hashcat-4.0.0/rules/T0XlC-insert_space_and_special_0_F.rule /Users/chris/Downloads/hashcat-4.0.0/rules/T0XlC-insert_top_100_passwords_1_G.rule /Users/chris/Downloads/hashcat-4.0.0/rules/T0XlC.rule /Users/chris/Downloads/hashcat-4.0.0/rules/T0XlCv1.rule /Users/chris/Downloads/hashcat-4.0.0/rules/best64.rule /Users/chris/Downloads/hashcat-4.0.0/rules/combinator.rule /Users/chris/Downloads/hashcat-4.0.0/rules/d3ad0ne.rule /Users/chris/Downloads/hashcat-4.0.0/rules/dive.rule /Users/chris/Downloads/hashcat-4.0.0/rules/generated.rule /Users/chris/Downloads/hashcat-4.0.0/rules/generated2.rule /Users/chris/Downloads/hashcat-4.0.0/rules/hybrid /Users/chris/Downloads/hashcat-4.0.0/rules/leetspeak.rule /Users/chris/Downloads/hashcat-4.0.0/rules/oscommerce.rule /Users/chris/Downloads/hashcat-4.0.0/rules/rockyou-30000.rule /Users/chris/Downloads/hashcat-4.0.0/rules/specific.rule /Users/chris/Downloads/hashcat-4.0.0/rules/toggles1.rule /Users/chris/Downloads/hashcat-4.0.0/rules/toggles2.rule /Users/chris/Downloads/hashcat-4.0.0/rules/toggles3.rule /Users/chris/Downloads/hashcat-4.0.0/rules/toggles4.rule /Users/chris/Downloads/hashcat-4.0.0/rules/toggles5.rule /Users/chris/Downloads/hashcat-4.0.0/rules/unix-ninja-leetspeak.rule < foo >passwordsx

时间意味着您输入的每个单词都会生成227235个可能的组合,大致可以提供完整的覆盖范围。

您可以通过添加--stdout开关(然后将管道连接到您选择的文件或程序)将hashcat本身用作候选生成器。我还没有尝试所有的可能性,但它应该可以与任何支持的hashcat模式一起工作


下面是一个使用规则集的示例:

您可以通过添加--stdout开关(然后通过管道连接到您选择的文件或程序)将hashcat本身用作候选生成器。我还没有尝试所有的可能性,但它应该可以与任何支持的hashcat模式一起工作

下面是一个使用规则集的示例: