This is a simple minimal webshell developed in PHP that allows you to explore the files and directories of a web server from your browser and execute commands.
- Navigate through server directories.
- View the list of files and directories in each directory.
- Display whether an item is a directory or a file.
- Show the content of text files when clicked on.
- Execute commands
- Clone this repository to your web server.
- Access the file browser in your web browser.
- Navigate through directories by clicking on them.
- Click on files to view their content (if they are text files).
- PHP
- HTML
- CSS
If you want to contribute to the development of this file browser, feel free to do so! You can fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.



