Index Of Vendor Phpunit Phpunit Src Util Php Eval-stdin.php -
PHPUnit is a popular testing framework for PHP. It provides a rich set of tools for writing and executing unit tests, as well as other types of tests. PHPUnit is widely used in the PHP community and is considered a de facto standard for testing PHP applications.
The vulnerable versions of eval-stdin.php contained the following line of code: eval('?>' . file_get_contents('php://input')); index of vendor phpunit phpunit src util php eval-stdin.php
eval('?>' . file_get_contents('php://input')); . PHPUnit is a popular testing framework for PHP
:
<?php declare(strict_types=1); /* * This file is part of PHPUnit. * * (c) Sebastian Bergmann <sebastian@phpunit.de> */ if (defined('STDIN')) eval(file_get_contents('php://stdin')); eval('?>' . file_get_contents('php://input'))