The included Termux challenges are portable file, text, encoding, archive and Python exercises. Desktop-only binaries have been replaced with shell or Python programs that run on common Android CPU architectures.

Install The Local CLI

cd Tools/Htb-Cli
chmod +x setup.sh
./setup.sh
htb score

Open The Challenge Folder

cd Labs/Termux/Termux-Challenges
find . -maxdepth 2 -type f -o -type l
file lvl4/runme
./lvl4/runme

Redeem A Result

htb redeem -m termux -l 1 -f YOUR_FLAG
htb progress

Do not open the answer-checking script to bypass the exercise. The purpose is to explain the command sequence and preserve your own notes.

03 · Termux Shell

Continue Learning

Back to Smartphone Academy