John-the-Ripper

John 不能使用“–incremental:all” - 沒有為模式定義字元集:all

  • December 14, 2015
user@user:~/Asztal/$ john --stdout --incremental:all
No charset defined for mode: all
user@user:~/Asztal/$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 15.04
Release: 15.04
Codename: vivid
user@user:~/Asztal/$ dpkg -l | grep -i john
ii  john                                  1.8.0-2                                    amd64        active password cracking tool
ii  john-data                             1.8.0-2                                    all          active password cracking tool - character sets
user@user:~/Asztal/$ 

問題:我該如何解決這個問題?我在哪裡可以給它字元集?

根據OpenWall 的範例,如果沒有,則應生成chrset文件:

如果您的“pot 文件”足夠大(或者如果您根本沒有任何字元集文件),您可能希望使用它來生成一組新的主字元集文件:

makechr

引用自:https://unix.stackexchange.com/questions/249222