John não pode usar “--incremental: all” - Nenhum charset definido para o modo: todos

3
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/$ 

Pergunta : como posso resolver isso? Onde posso dar charset a ele?

    
por LoukiosValentine79 14.12.2015 / 09:32

1 resposta

1

De acordo com os exemplos do OpenWall , você deve gerar arquivos chrset se não tem nenhum:

If your "pot file" got large enough (or if you don't have any charset files at all), you might want to use it to generate a new set of main charset files:

makechr
    
por 14.12.2015 / 10:32