Skip to content

Instantly share code, notes, and snippets.

@rudSarkar
Created November 4, 2024 18:41
Show Gist options
  • Save rudSarkar/7cf4cc6785e7984f02622a1bbf62dcb7 to your computer and use it in GitHub Desktop.
Save rudSarkar/7cf4cc6785e7984f02622a1bbf62dcb7 to your computer and use it in GitHub Desktop.
#!/bin/bash
# John 1.9.0 Jumbo-1
apt-get update && apt-get install -y git build-essential libssl-dev zlib1g-dev yasm libgmp-dev libpcap-dev libbz2-dev libgomp1 && git clone https://github.com/magnumripper/JohnTheRipper.git /jtr && rm -rf /jtr/.git && cd /jtr/src && ./configure && make -s clean && make -sj4 && make install && apt-get -y remove --purge git build-essential libssl-dev zlib1g-dev yasm libgmp-dev libpcap-dev libbz2-dev && apt-get -y autoremove && apt-get -y clean && rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment