Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.216.32
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
beatz /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2020-04-25 21:11
php53
[ DIR ]
drwxr-xr-x
2020-04-25 21:11
php56
[ DIR ]
drwxr-xr-x
2020-04-25 21:11
php71
[ DIR ]
drwxr-xr-x
2020-04-25 21:11
_settings.php
864
B
-rw-r--r--
2016-12-24 17:42
clone.php
4.99
KB
-rw-r--r--
2020-04-25 13:26
edit.php
8.7
KB
-rw-r--r--
2020-04-25 13:26
edit.xml
433
B
-rw-r--r--
2015-04-16 16:48
fileindex.php
147
B
-rw-r--r--
2016-12-24 17:42
import.php
3.79
KB
-rw-r--r--
2020-04-25 13:26
info.xml
2
KB
-rw-r--r--
2020-04-25 13:21
install.js
921
B
-rw-r--r--
2013-06-27 15:05
install.php
6.51
KB
-rw-r--r--
2020-04-25 13:26
install.xml
949
B
-rw-r--r--
2016-12-24 17:42
md5
3.58
KB
-rw-r--r--
2020-04-25 13:26
update_pass.php
678
B
-rw-r--r--
2016-12-24 17:42
Save
Rename
<?php $algorithm = "sha1md5"; if (function_exists('hash_algos')) { $algos = hash_algos(); if (in_array('sha512', $algos) && in_array('whirlpool', $algos)) { $algorithm = 'sha512whirlpool'; } elseif (in_array('sha512', $algos)) { $algorithm = 'sha512'; } } $password = "[[admin_pass]]"; $password .= "[[salt]]"; if ($algorithm == 'sha1md5') { $resp = sha1(md5($password)); } elseif ($algorithm == 'sha512whirlpool') { $resp = hash('sha512', hash('whirlpool', $password)); } elseif ($algorithm == 'sha512') { $resp = hash('sha512', $password); } echo '<update_pass>'.$resp.'</update_pass>'; echo '<algorithm>'.$algorithm.'</algorithm>'; @unlink('update_pass.php');