ACIL FM
Dark
Refresh
Current DIR:
/var/softaculous/mahara
/
var
softaculous
mahara
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
images
-
chmod
Open
Rename
Delete
php53
-
chmod
Open
Rename
Delete
php56
-
chmod
Open
Rename
Delete
php71
-
chmod
Open
Rename
Delete
php81
-
chmod
Open
Rename
Delete
php82
-
chmod
Open
Rename
Delete
changelog.txt
10.99 MB
chmod
View
DL
Edit
Rename
Delete
clone.php
6.56 MB
chmod
View
DL
Edit
Rename
Delete
config.php
3 MB
chmod
View
DL
Edit
Rename
Delete
edit.php
5.39 MB
chmod
View
DL
Edit
Rename
Delete
edit.xml
433 B
chmod
View
DL
Edit
Rename
Delete
fileindex.php
509 B
chmod
View
DL
Edit
Rename
Delete
import.php
3.28 MB
chmod
View
DL
Edit
Rename
Delete
info.xml
4.74 MB
chmod
View
DL
Edit
Rename
Delete
install.js
921 B
chmod
View
DL
Edit
Rename
Delete
install.php
8.63 MB
chmod
View
DL
Edit
Rename
Delete
install.xml
1.43 MB
chmod
View
DL
Edit
Rename
Delete
md5
2.71 MB
chmod
View
DL
Edit
Rename
Delete
mod_upgrade.php
63.6 MB
chmod
View
DL
Edit
Rename
Delete
notes.txt
2.18 MB
chmod
View
DL
Edit
Rename
Delete
org_upgrade.php
63.57 MB
chmod
View
DL
Edit
Rename
Delete
update_pass.php
1.23 MB
chmod
View
DL
Edit
Rename
Delete
upgrade.php
6.36 MB
chmod
View
DL
Edit
Rename
Delete
upgrade.xml
334 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /var/softaculous/mahara/update_pass.php
<?php $resp = __encrypt_password('[[admin_pass]]', '[[salt]]', '$2a$' . '12' . '$', '[[passwordsaltmain]]'); echo '<update_pass>'.$resp.'</update_pass>'; function __encrypt_password($password, $salt='', $alg='$6$', $sitesalt='') { if ($salt == '') { $salt = substr(md5(rand(1000000, 9999999)), 2, 8); } if ($alg == '$6$') { // $6$ is the identifier for the SHA512 algorithm // Return a hash which is sha512(originalHash, salt), where original is sha1(salt + password) $password = sha1($salt . $password); // Generate a salt based on a supplied salt and the passwordsaltmain $fullsalt = substr(md5($sitesalt . $salt), 0, 16); // SHA512 expects 16 chars of salt } else { // This is most likely bcrypt $2a$, but any other algorithm can take up to 22 chars of salt // Generate a salt based on a supplied salt and the passwordsaltmain $fullsalt = substr(md5($sitesalt . $salt), 0, 22); // bcrypt expects 22 chars of salt } $hash = crypt($password, $alg . $fullsalt); // Strip out the computed salt // We strip out the salt hide the computed salt (in case the sitesalt was used which isn't in the database) $hash = substr($hash, 0, strlen($alg)) . substr($hash, strlen($alg)+strlen($fullsalt)); return $hash; } @unlink('update_pass.php'); ?>
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply