Open this lesson in your favourite AI. It'll walk you through the why, explain the demo, and quiz you on the try-it list.
Stock Kali Pi is fine for learning; for ops, you want a tuned image. Pi-Tail is a Tails-inspired Pi build that boots to tmpfs. Re4son's Sticky Fingers Kali Pi adds custom kernel patches for the Pi's onboard Wi-Fi (monitor mode + injection on the SoC chip). Kali NetHunter runs Kali userland on top of an Android phone — turns a Pixel into a pentest device.
Pick by op: Pi-Tail when the device might be seized (hostile travel) → reboot wipes everything. Sticky Fingers when you want monitor-mode on the Pi's onboard Wi-Fi. NetHunter when the form factor needs to be 'just a phone'.
airmon-ng start wlan0 puts the onboard chip in monitor mode.Use these three in order. Each builds on the one before.
In one paragraph, explain why a custom Kali image beats stock for field use.
Walk me through Pi-Tail's tmpfs boot — what survives a power cycle, what doesn't?
Design a custom Kali image with auto-destruct on detection of physical tamper.