DedSec Smartphone Academy is built specifically for Android with Termux. The website is the textbook; Termux is the workspace where commands, Python programs, evidence files and progress are handled locally.

What you need

Android phone or tablet
Termux from a maintained source
At least 1 GB of free storage
A browser for the lesson pages

The learning workflow

  1. Read the objective and safety boundary in the academy page.
  2. Switch to Termux and prepare the local lab with python Smartphone-Academy.py prepare LAB_ID.
  3. Run only the commands described in the lesson and preserve the output.
  4. Validate the evidence with python Smartphone-Academy.py check LAB_ID.
  5. Record completion with python Smartphone-Academy.py complete LAB_ID.
Local by design

The website cannot execute commands or access Android files. Your practical work stays in the Termux home directory unless you deliberately enable shared-storage access.

Start here

pkg update
pkg install python git curl wget nano unzip
python Smartphone-Academy.py status
01 · Termux Setup

Continue learning

Back to Smartphone Academy