Current Path : /proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/self/root/proc/self/root/proc/self/root/usr/local/lsws/admin/misc/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/self/root/proc/self/root/proc/self/root/usr/local/lsws/admin/misc/htpasswd.php |
<?php $raw = $_SERVER['argv'][1]; $encypt = password_hash($raw, PASSWORD_BCRYPT); echo "$encypt\n"; ?>