Pesquisar aqui

terça-feira, 13 de abril de 2021

John The Ripper instalação linux

NOTA: A INFORMAÇÃO A VERMELHO SÃO AS LINHAS DE COMANDO E OUTPUTS

A instalação em linux do John The Ripper é muito mais simples que em widnows. Em debian based distros, podem verificar se já possuem o John The Ripper, escrevendo no terminal: john
Que mostrará a seguinte informação:

John the Ripper password cracker, version 1.8.0
Copyright (c) 1996-2013 by Solar Designer
Homepage: http://www.openwall.com/john/

Usage: john [OPTIONS] [PASSWORD-FILES]
--single                   "single crack" mode
--wordlist=FILE --stdin    wordlist mode, read words from FILE or stdin
--rules                    enable word mangling rules for wordlist mode
--incremental[=MODE]       "incremental" mode [using section MODE]
--external=MODE            external mode or word filter
--stdout[=LENGTH]          just output candidate passwords [cut at LENGTH]
--restore[=NAME]           restore an interrupted session [called NAME]
--session=NAME             give a new session the NAME
--status[=NAME]            print status of a session [called NAME]
--make-charset=FILE        make a charset, FILE will be overwritten
--show                     show cracked passwords
--test[=TIME]              run tests and benchmarks for TIME seconds each
--users=[-]LOGIN|UID[,..]  [do not] load this (these) user(s) only
--groups=[-]GID[,..]       load users [not] of this (these) group(s) only
--shells=[-]SHELL[,..]     load users with[out] this (these) shell(s) only
--salts=[-]N               load salts with[out] at least N passwords only
--save-memory=LEVEL        enable memory saving, at LEVEL 1..3
--node=MIN[-MAX]/TOTAL     this node's number range out of TOTAL count
--fork=N                   fork N processes
--format=NAME              force hash type NAME: descrypt/bsdicrypt/md5crypt/
                           bcrypt/LM/AFS/tripcode/dummy/crypt



Caso não tenham instalado podem instalar escrevendo no terminal: sudo apt install john


Em Arch distros como o gerenciador de packages é o pacman, para verificar se têm instalado precisam de correr no terminal: packman -Qe | grep "john"

E para instalar precisam de correr: packman -S john 

Se instalar pela source, precisam de:
  1. Clonar o repositório no Github: git clone https://github.com/openwall/john -b bleeding-jumbo john
  2. Despois mudar para a diretoria /src: cd /src se clonaram noutra diretoria façam: mv /path/john /src 
  3. De seguida modifiquem o ficheiro configure para executável com: chmod +x configure e executem o ficheiro: ./configure




Sem comentários:

Enviar um comentário

Comente de forma construtiva...

Nota: só um membro deste blogue pode publicar um comentário.