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