A simple PHP-based web shell that allows users to upload, view, delete, and unzip files directly through a web interface. This project is designed for educational purposes to help you understand how web file management works.
- Upload Files: Easily upload files to the server using a simple file upload form.
- View Files: Browse and view all files in the current directory.
- Delete Files/Folders: Delete individual files or entire folders with their contents.
- Unzip Files: Automatically unzip
.zipfiles directly in the current directory.
- PHP 5.6 or higher.
- A web server (Apache, Nginx, etc.).
ZipArchiveextension for PHP (for unzipping files).