Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
local /
wp /
vendor /
sebastian /
comparator /
[ HOME SHELL ]
Name
Size
Permission
Action
build
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
.travis.yml
406
B
-rw-r--r--
LICENSE
1.51
KB
-rw-r--r--
README.md
1.12
KB
-rw-r--r--
build.xml
1014
B
-rw-r--r--
composer.json
1.06
KB
-rw-r--r--
phpunit.xml.dist
619
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/4.1/phpunit.xsd" bootstrap="tests/bootstrap.php" backupGlobals="false" verbose="true"> <testsuite name="Comparator"> <directory suffix="Test.php">tests</directory> </testsuite> <logging> <log type="coverage-html" target="build/coverage"/> </logging> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">src</directory> </whitelist> </filter> </phpunit>
Close