{"id":28719042,"url":"https://github.com/inteleon404/termshell","last_synced_at":"2025-10-16T19:58:00.633Z","repository":{"id":298740641,"uuid":"999591183","full_name":"INTELEON404/TERMSHELL","owner":"INTELEON404","description":"A TERMINAL BASH PHP SHELL !","archived":false,"fork":false,"pushed_at":"2025-06-29T18:01:00.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-29T19:18:51.474Z","etag":null,"topics":["inteleon404","php","phpshell","shell-script","shellcode","terminal","termshell"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/INTELEON404.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-10T13:39:14.000Z","updated_at":"2025-06-29T18:01:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"4415a4b9-05e3-45f3-a75f-e9e9b3a18436","html_url":"https://github.com/INTELEON404/TERMSHELL","commit_stats":null,"previous_names":["inteleon404/terminal-shell"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/INTELEON404/TERMSHELL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/INTELEON404%2FTERMSHELL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/INTELEON404%2FTERMSHELL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/INTELEON404%2FTERMSHELL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/INTELEON404%2FTERMSHELL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/INTELEON404","download_url":"https://codeload.github.com/INTELEON404/TERMSHELL/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/INTELEON404%2FTERMSHELL/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265248421,"owners_count":23734236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["inteleon404","php","phpshell","shell-script","shellcode","terminal","termshell"],"created_at":"2025-06-15T05:08:49.797Z","updated_at":"2025-10-16T19:58:00.287Z","avatar_url":"https://github.com/INTELEON404.png","language":"PHP","readme":"# TERMSHELL\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/INTELEON404/Template/blob/main/shell.png\" alt=\"logo\" /\u003e\n\u003c/div\u003e\n\n\n**TERMINAL-SHELL** is a sleek, web-based terminal emulator built with PHP, HTML, CSS, and JavaScript. Designed with a cyberpunk-inspired green-on-black aesthetic, it offers a browser-based command-line interface with a nano-like text editor for file manipulation. Powered by the Roboto Mono font, this project delivers a modern and immersive terminal experience.\n\n📌 **Repository**: [github.com/INTELEON404/TERMSHELL](https://github.com/INTELEON404/TERMSHELL)\n\n## 🚀 Features\n\n- **Web-Based Command Execution**: Run shell commands directly in your browser.\n- **Nano-Style Editor**: Edit files with a built-in text editor, featuring save and close functionality.\n- **Responsive Design**: Optimized for desktops and mobile devices.\n- **Cyberpunk Aesthetic**: Vibrant green gradients, glowing effects, and smooth animations.\n- **Command Output Display**: View results in a scrollable, formatted output panel.\n- **Customizable Interface**: Tailored with the Roboto Mono font for a true terminal feel.\n\n## 🛠️ Installation\n\nTo run TERMINAL-SHELL locally:\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/INTELEON404/TERMINAL-SHELL.git\n   cd TERMINAL-SHELL\n\n    Set Up a Web Server:\n        Ensure PHP (7.4+) and a web server (e.g., Apache, Nginx) are installed.\n        Copy the repository files to your web server's root directory (e.g., /var/www/html).\n    Configure Permissions:\n        Grant read/write permissions to the web server user for file editing:\n        bash\n\n        chown -R www-data:www-data /path/to/termshell.php\n        chmod -R 775 /path/to/termshell.php\n\n    Access the Terminal:\n        Navigate to http://localhost/termshell.php in your browser.\n\n📖 Usage\n\n    Execute Commands:\n        Enter shell commands (e.g., ls, pwd, whoami) in the input field.\n        Click the \"▶ চালাও\" (Run) button to view the output in the scrollable panel.\n    Edit Files with Nano:\n        Type nano filename.txt to open the nano editor.\n        Modify the file content in the textarea.\n        Use the \"💾 Save\" button to save changes or \"❌ Close\" to exit.\n    Example Commands:\n    bash\n\n    ls           # List directory contents\n    nano test.txt # Open nano editor for test.txt\n    uname -a     # Display system information\n\n📸 Screenshots\nTerminal Interface\n⚠️ Security Notice\n⚠️ Critical: The use of shell_exec() allows arbitrary command execution, posing significant security risks (e.g., remote code execution). For safe deployment:\n\n    Sanitize Inputs: Validate and filter all user inputs.\n    Restrict Commands: Use a whitelist of allowed commands.\n    Sandbox Environment: Run the application in a restricted environment.\n    Disable shell_exec: Consider safer alternatives for production use.\n\nThis project is for educational purposes and should not be deployed publicly without proper security measures.\n🤝 Contributing\nWe welcome contributions! To get started:\n\n    Fork the repository.\n    Create a feature branch (git checkout -b feature/your-feature).\n    Commit your changes (git commit -m \"Add your feature\").\n    Push to the branch (git push origin feature/your-feature).\n    Open a Pull Request.\n\nPlease adhere to the existing code style and include tests where applicable.\n📄 License\nThis project is licensed under the MIT License (LICENSE).\n🙌 Acknowledgments\n\n    Built with PHP, HTML, CSS, and JavaScript.\n    Styled with Roboto Mono for an authentic terminal vibe.\n    Created by INTELEON404.\n\n📬 Contact\nFor questions, bug reports, or feedback:\n\n    Open an issue on GitHub.\n    Connect with me on X\n    \n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteleon404%2Ftermshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finteleon404%2Ftermshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteleon404%2Ftermshell/lists"}