# 0xShell - Web Server Management Tool
0xShell is a powerful and intuitive web-based shell tool designed to manage web servers efficiently. It provides functionalities for file management, server information gathering, and more, making it an essential tool for administrators, developers, and security researchers.
## 🚀 Features
- **File and Directory Management** 📂
Effortlessly manage files and directories on your server. You can view, edit, delete, or create new files without hassle.
- **CHMOD (File Permissions)** 🔒
Quickly adjust file and directory permissions to enhance security or provide necessary access. A simple tool to help manage server security.
- **File Uploading** ⬆️
Seamlessly upload files to the server with a user-friendly interface. No need for complex configurations.
- **Server Information (phpinfo)** 📊
Retrieve detailed information about your server’s PHP configuration. This helps administrators and developers understand the server environment quickly.
- **Hex Dump** 🔍
View the raw binary data of a file in hexadecimal format. Perfect for security researchers and developers who need to analyze file content deeply.
- **User-Friendly Interface** 🎨
A clean and customizable interface that adapts to various server management tasks. Whether you’re managing files or viewing server info, the interface is designed for ease of use.
## 🛠️ Installation & Usage
1. **Download the Files**
Download the latest version of 0xShell from its [GitHub repository](https://github.com/RootShelll/0xShell).
2. **Upload to Your Server**
Upload the `0xShell.php` file to the root directory of your server or any accessible directory.
3. **Access the Tool**
In your browser, navigate to `http://your-server.com/0xShell.php` to access the tool.
4. **Login**
The first time you access 0xShell, you may be prompted to log in with the default credentials. **Make sure to change these credentials immediately for security reasons**.
## ⚠️ Security Warnings
- **Access Control** 🔐
Since 0xShell has powerful features, it is important to protect the tool. Place it in a secure directory and use strong passwords to prevent unauthorized access.
- **File Permissions** 🚨
Always review file permissions carefully. Never grant excessive permissions unless absolutely necessary to minimize security risks.
- **Regular Updates** 🔄
Keep your version of 0xShell up-to-date. Check for updates regularly and apply them to ensure the tool remains secure and functional.
## 💬 CSS Alerts & Message Styling
Below are CSS-based alerts that can be integrated into the 0xShell interface to provide clear notifications to users:
- **Info Alert** ℹ️
```html
<div class="alert alert-info">
<strong>Info:</strong> Use 0xShell to manage your server's files quickly and easily.
</div>
-
Warning Alert
⚠️ <div class="alert alert-warning"> <strong>Warning:</strong> Be cautious when changing file permissions. Incorrect settings can create security vulnerabilities. </div>
-
Danger Alert 🚨
<div class="alert alert-danger"> <strong>Danger:</strong> Protect your tool with a strong password and restrict access to trusted users only. </div>
0xShell isn’t just a server administration tool; it enhances operational efficiency by offering real-time access to critical server management tasks. It allows you to execute administrative tasks quickly that would otherwise require manual input or more complex scripts. This helps you save time and reduce risks, especially in both development and production environments.
-
Version 1.0
Initial release with basic file management and CHMOD functionality. -
Version 1.1
Added server info (phpinfo) feature and hex dump viewer for file inspection. -
Version 1.2
Improved user interface with CSS styling and added file upload support. -
Version 1.3
Enhanced security features and access control improvements.
We’re constantly working on improving 0xShell. Future versions will include additional features and security enhancements. Make sure to keep an eye on updates for new capabilities!
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to contribute and open issues if you encounter any problems! We appreciate your support in making 0xShell better.