Skip to content

Instantly share code, notes, and snippets.

View tankmek's full-sized avatar
🏠
Working from home

Michael Edie tankmek

🏠
Working from home
View GitHub Profile
@tankmek
tankmek / jtrinstall.sh
Created December 27, 2017 02:16 — forked from goffinet/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