How to Install John the Ripper on Termux | Complete Installation Guide

Опубликовано: 14 Июль 2026
на канале: CAPCOT0N
11,879
216

In this video, I will show you how to install John the Ripper on Termux. John the Ripper is a popular password cracking tool, and I'll guide you step-by-step through the installation process on your Android device using Termux.

Commands used in this video:

1. Update and upgrade Termux:

pkg update && pkg upgrade


2. Install dependencies:

pkg install git build-essential python binutils


3. Clone the John the Ripper repository:

git clone https://github.com/openwall/john.git


4. Navigate to the John the Ripper folder and compile:

cd john/src
./configure
make -s clean && make -sj8



Once compiled, navigate to the run directory and you're ready to use John the Ripper.

If you found this tutorial helpful, please like and subscribe for more Termux guides and tech content!

#android #termux #termuxtricks #termuxtutorial #androidterminal #2024