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.13
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 /
nodejs /
webassemblyjs /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
compiler
[ DIR ]
drwxr-xr-x
interpreter
[ DIR ]
drwxr-xr-x
check-endianness.js
344
B
-rw-r--r--
errors.js
4.77
KB
-rw-r--r--
index.js
2.85
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : check-endianness.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.checkEndianness = checkEndianness; var buff = new ArrayBuffer(16); function checkEndianness() { var viewInt16 = new Int16Array(buff); var viewInt8 = new Int8Array(buff); viewInt16[0] = 0x6373; return viewInt8[0] === 0x73 && viewInt8[1] === 0x63; }
Close