Skip to content

Instantly share code, notes, and snippets.

View dlevray's full-sized avatar

levray dlevray

  • France
View GitHub Profile
@dlevray
dlevray / jtrinstall.sh
Last active September 13, 2015 20:12 — forked from godevnet/jtrinstall.sh
John the Ripper 1.8.0 Installation for Centos 7
#/bin/bash
# Centos 7 John the Ripper Installation
yum -y install wget gpgme
yum -y group install "Development Tools"
cd
wget http://www.openwall.com/john/j/john-1.8.0.tar.xz
wget http://www.openwall.com/john/j/john-1.8.0.tar.xz.sign
wget http://www.openwall.com/signatures/openwall-signatures.asc
gpg --import openwall-signatures.asc
gpg --verify john-1.8.0.tar.xz.sign