Skip to content

elrayan-hm/PHP-File-Manager-Shell-ControlPanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

PHP FileShell

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.

Features

  • 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 .zip files directly in the current directory.

Installation

Requirements:

  • PHP 5.6 or higher.
  • A web server (Apache, Nginx, etc.).
  • ZipArchive extension for PHP (for unzipping files).

About

A simple PHP-based file manager for uploading, unzipping, and deleting files, created for CTF purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages