Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
amatya /
vendor /
nikic /
php-parser /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
drwxr-xr-x
doc
[ DIR ]
drwxr-xr-x
grammar
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
test_old
[ DIR ]
drwxr-xr-x
.gitignore
58
B
-rw-r--r--
.travis.yml
668
B
-rw-r--r--
CHANGELOG.md
25.82
KB
-rw-r--r--
LICENSE
1.46
KB
-rw-r--r--
README.md
6.05
KB
-rw-r--r--
UPGRADE-1.0.md
4.65
KB
-rw-r--r--
UPGRADE-2.0.md
2.83
KB
-rw-r--r--
UPGRADE-3.0.md
7.11
KB
-rw-r--r--
UPGRADE-4.0.md
3.86
KB
-rw-r--r--
composer.json
760
B
-rw-r--r--
phpunit.xml.dist
626
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "nikic/php-parser", "type": "library", "description": "A PHP parser written in PHP", "keywords": [ "php", "parser" ], "license": "BSD-3-Clause", "authors": [ { "name": "Nikita Popov" } ], "require": { "php": ">=7.0", "ext-tokenizer": "*" }, "require-dev": { "phpunit/phpunit": "^6.5 || ^7.0" }, "extra": { "branch-alias": { "dev-master": "4.2-dev" } }, "autoload": { "psr-4": { "PhpParser\\": "lib/PhpParser" } }, "autoload-dev": { "psr-4": { "PhpParser\\": "test/PhpParser/" } }, "bin": [ "bin/php-parse" ] }
Close