Boot a live anonymous testing environment for authorized penetration testing.
Run reconnaissance, forensics, and web scanning commands from one shell.
Automatically rotate the visible IP address every 60 seconds via Tor.
Install the same shell as a desktop app on Windows, Linux, or macOS.
| trapzzy/tetheros | 0xustaz/streamgate | a-bissell/unleash-lite | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | hard | hard |
| Complexity | 4/5 | 4/5 | 4/5 |
| Audience | developer | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Booting the ISO needs QEMU or a USB writer, while the desktop app needs Python 3.7+ installed.
Tether OS is a bootable Linux distribution built for anonymous penetration testing, meaning security professionals testing systems with permission. It routes all network traffic through the Tor anonymity network and automatically rotates its exit node every 60 seconds, so the visible IP address keeps changing. The whole system fits inside a 27 megabyte ISO file and runs entirely from RAM rather than needing to install anything to disk. It can also be installed as a regular desktop application on Windows, Linux, and macOS instead of booting it directly. Once running, users get a custom terminal shell styled after coding assistant interfaces, complete with a dark theme, animated startup screen, and a matrix style rain effect. The shell includes more than 90 built-in commands covering reconnaissance, exploitation, digital forensics, web scanning, wireless testing, and scheduled tasks, plus command piping and output redirection similar to a normal Linux terminal. It also has its own small virtual filesystem with familiar commands like cd, ls, cat, and mkdir, a scripting format for running saved command sequences, four color theme presets, and automatic session logging so past commands can be reviewed or a session state restored later. Underneath the shell sits a custom Linux kernel with a firewall rule that blocks any traffic that is not going through Tor, acting as a kill switch if the anonymity connection drops. Tor itself starts automatically at boot with its proxy service and control port active. The project can be run quickly inside the QEMU emulator for testing, written to a USB drive to boot on real hardware, or installed as a Python package for the desktop app version. The codebase is organized into a shell interface layer, a set of command modules grouped by purpose, and a lower kernel layer handling Tor control and IP rotation. It is released under the MIT license.</content>
A bootable Linux distribution for anonymous penetration testing that routes traffic through Tor with auto IP rotation and 90+ built-in security tools.
Mainly Python. The stack also includes Python, Linux, Tor.
Licensed under MIT, so anyone can use, modify, and redistribute it freely, including for commercial purposes, as long as the copyright notice is kept.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.