ZerethShell
File Manager
SQL Manager
/
proc
/
thread-self
/
root
/
usr
/
local
/
lsws
/
admin
/
misc
htpasswd.php
<?php $raw = $_SERVER['argv'][1]; $encypt = password_hash($raw, PASSWORD_BCRYPT); echo "$encypt\n"; ?>
Kaydet
Vazgeç