Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 216.73.216.27
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
socket.io-parser /
dist /
Delete
Unzip
Name
Size
Permission
Date
Action
binary.d.ts
673
B
-rw-rw-r--
2022-08-30 11:49
binary.js
2.62
KB
-rw-rw-r--
2022-08-30 11:49
index.d.ts
1.52
KB
-rw-rw-r--
2022-08-30 11:49
index.js
8.71
KB
-rw-rw-r--
2022-08-30 11:49
is-binary.d.ts
214
B
-rw-rw-r--
2022-08-30 11:49
is-binary.js
1.71
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
/** * Replaces every Buffer | ArrayBuffer | Blob | File in packet with a numbered placeholder. * * @param {Object} packet - socket.io event packet * @return {Object} with deconstructed packet and list of buffers * @public */ export declare function deconstructPacket(packet: any): { packet: any; buffers: any[]; }; /** * Reconstructs a binary packet from its placeholder packet and buffers * * @param {Object} packet - event packet with placeholders * @param {Array} buffers - binary buffers to put in placeholder positions * @return {Object} reconstructed packet * @public */ export declare function reconstructPacket(packet: any, buffers: any): any;