thakur2309/BTSTORM — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Python terminal tool for Linux that helps me learn about Bluetooth security in my own lab.

I want it to scan nearby Bluetooth devices, show their names and MAC addresses in a clear colorful menu, check that my Bluetooth adapter is on, and let me pick either one device or all detected devices for a controlled test on equipment I own. It should warn the user clearly that it’s only for legal educational use, ask for confirmation before doing anything disruptive, handle errors and timeouts cleanly, and stop safely with Ctrl+C.

Make it work on Kali or Ubuntu with BlueZ tools, and include friendly setup instructions in the README for installing the needed packages and running it with sudo. Keep it simple, like one main Python script, with readable output and beginner friendly comments.

Want more depth? Deep Reverse