A web-based terminal that can do some commands. (just for fun cant do anything)
Try it out here: GhostShell Web App
- Real-time Prompt: Clock showing live time
- System Recon: Can show info about laptop
- Custom Protocols: Includes a fun random command
- Cloud Deployed: Hosted on Render with auto-updates via GitHub.
help- Show all available commandssysinfo- System reconnaissance dataghost- Initiate stealth protocolclear- Wipe the terminal screenexit- Disconnect from the shellwrite [file] [text]- Write filesread [file]- Read the file writtenhash [text]- Generate a SHA-256 hashgenpass [num]- Generate a random password the length of the number you givetrace [domain]- Find a websites IP Address (may not be right) (eg from domain: google.com)fetch [url]- Find a websites titleencode [text]- Encrypt text to Base 64decode [text]- Decrypt code from Base64
- Backend: Python & Flask
- Frontend: HTML, CSS, JavaScript
- Hosting: Render & GitHub