S12cybersecurity/GhostShell ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple terminal tool that gives me an interactive shell for running normal Linux commands through Tor and Proxychains, so the traffic looks like it is coming from different proxies while I work. It should have an easy setup script that installs what it needs, configures Proxychains, and gets Tor ready, then a main shell script that launches the interactive session and makes it feel polished and clear to use. When I run it, I want a friendly banner and a clean prompt, then any command I type should run through the anonymous connection setup automatically. If you need to check current docs for Tor or Proxychains details, go ahead and look them up online. Keep it lightweight, easy to run from the terminal, and make sure the scripts are straightforward enough that I can install it and start using it right away.