🐚 WEB SHELL ACTIVATED
📁 File Browser
Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
📄 Viewing: ./../../Technowire/../l7-pro-2-e-learning-2023-Epolleke/php/generate_hash.php
<?php
// Generate password hash for demo123
$password = 'demo123';
$hash = password_hash($password, PASSWORD_BCRYPT);
echo "Password: $password\n";
echo "Hash: $hash\n";
🎯 Available Actions
⚠️ Educational Warning: This demonstrates a web shell vulnerability.
In a real attack, this could allow complete server compromise!